diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-07-14 13:31:29 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-07-14 13:31:29 (GMT) |
commit | eacc8da7e5792194788ea91f7518cfc09f60571d (patch) | |
tree | 17bcfbe8f5e48a9e4afd6d2266d98084b9e819cc /Source/cmFLTKWrapUICommand.h | |
parent | 274535d36642e5615a3b8b1d098396759a9e09f9 (diff) | |
download | CMake-eacc8da7e5792194788ea91f7518cfc09f60571d.zip CMake-eacc8da7e5792194788ea91f7518cfc09f60571d.tar.gz CMake-eacc8da7e5792194788ea91f7518cfc09f60571d.tar.bz2 |
some updates
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r-- | Source/cmFLTKWrapUICommand.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h index 1c738ee..4b13006 100644 --- a/Source/cmFLTKWrapUICommand.h +++ b/Source/cmFLTKWrapUICommand.h @@ -80,15 +80,13 @@ private: /** * List of produced files. */ - std::vector<cmSourceFile> m_GeneratedSourcesClasses; - std::vector<cmSourceFile> m_GeneratedHeadersClasses; + std::vector<cmSourceFile *> m_GeneratedSourcesClasses; + /** * List of Fluid files that provide the source * generating .cxx and .h files */ - std::vector<std::string> m_WrapUserInterface; std::string m_Target; - std::string m_GUISourceList; }; |