summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKWrapPythonCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVTKWrapPythonCommand.h')
-rw-r--r--Source/cmVTKWrapPythonCommand.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmVTKWrapPythonCommand.h b/Source/cmVTKWrapPythonCommand.h
index 1ffe139..b92b65a 100644
--- a/Source/cmVTKWrapPythonCommand.h
+++ b/Source/cmVTKWrapPythonCommand.h
@@ -85,10 +85,10 @@ 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<cmSourceFile> WrapClasses;
+ std::vector<std::string> WrapHeaders;
+ std::string LibraryName;
+ std::string SourceList;
};