diff options
Diffstat (limited to 'Source/cmVTKWrapTclCommand.h')
-rw-r--r-- | Source/cmVTKWrapTclCommand.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmVTKWrapTclCommand.h b/Source/cmVTKWrapTclCommand.h index 610fee1c21..77488bcbff 100644 --- a/Source/cmVTKWrapTclCommand.h +++ b/Source/cmVTKWrapTclCommand.h @@ -87,11 +87,11 @@ public: std::vector<std::string>& classes); private: - std::vector<cmSourceFile> m_WrapClasses; - std::vector<std::string> m_WrapHeaders; - std::string m_LibraryName; - std::string m_SourceList; - std::vector<std::string> m_Commands; + std::vector<cmSourceFile> WrapClasses; + std::vector<std::string> WrapHeaders; + std::string LibraryName; + std::string SourceList; + std::vector<std::string> Commands; }; |