summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKWrapJavaCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVTKWrapJavaCommand.h')
-rw-r--r--Source/cmVTKWrapJavaCommand.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h
index 66de7ca..2532bd2 100644
--- a/Source/cmVTKWrapJavaCommand.h
+++ b/Source/cmVTKWrapJavaCommand.h
@@ -78,11 +78,11 @@ public:
}
private:
- std::vector<cmSourceFile> m_WrapClasses;
- std::vector<std::string> m_WrapHeaders;
- std::vector<std::string> m_OriginalNames;
- std::string m_LibraryName;
- std::string m_SourceList;
+ std::vector<cmSourceFile> WrapClasses;
+ std::vector<std::string> WrapHeaders;
+ std::vector<std::string> OriginalNames;
+ std::string LibraryName;
+ std::string SourceList;
};