diff options
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r-- | Source/cmFLTKWrapUICommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h index ebba4fa..ca42a14 100644 --- a/Source/cmFLTKWrapUICommand.h +++ b/Source/cmFLTKWrapUICommand.h @@ -73,8 +73,8 @@ private: * generating .cxx and .h files */ std::vector<std::string> m_WrapUserInterface; + std::string m_Target; std::string m_GUISourceList; - std::string m_GeneratedSourceList; }; |