diff options
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r-- | Source/cmFLTKWrapUICommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h index eb28ace..e88e1b9 100644 --- a/Source/cmFLTKWrapUICommand.h +++ b/Source/cmFLTKWrapUICommand.h @@ -83,13 +83,13 @@ private: /** * List of produced files. */ - std::vector<cmSourceFile *> m_GeneratedSourcesClasses; + std::vector<cmSourceFile *> GeneratedSourcesClasses; /** * List of Fluid files that provide the source * generating .cxx and .h files */ - std::string m_Target; + std::string Target; }; |