diff options
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r-- | Source/cmFLTKWrapUICommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h index 1cd47ce..eb28ace 100644 --- a/Source/cmFLTKWrapUICommand.h +++ b/Source/cmFLTKWrapUICommand.h @@ -22,7 +22,8 @@ /** \class cmFLTKWrapUICommand * \brief Create .h and .cxx files rules for FLTK user interfaces files * - * cmFLTKWrapUICommand is used to create wrappers for FLTK classes into normal C++ + * cmFLTKWrapUICommand is used to create wrappers for FLTK classes into + * normal C++ */ class cmFLTKWrapUICommand : public cmCommand { |