diff options
Diffstat (limited to 'Source/cmVTKMakeInstantiatorCommand.h')
-rw-r--r-- | Source/cmVTKMakeInstantiatorCommand.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmVTKMakeInstantiatorCommand.h b/Source/cmVTKMakeInstantiatorCommand.h index f478265..377cf75 100644 --- a/Source/cmVTKMakeInstantiatorCommand.h +++ b/Source/cmVTKMakeInstantiatorCommand.h @@ -78,10 +78,10 @@ public: cmTypeMacro(cmVTKMakeInstantiatorCommand, cmCommand); protected: - std::string m_ClassName; - std::string m_ExportMacro; - std::vector<cmStdString> m_Includes; - std::vector<cmStdString> m_Classes; + std::string ClassName; + std::string ExportMacro; + std::vector<cmStdString> Includes; + std::vector<cmStdString> Classes; void GenerateHeaderFile(std::ostream&); void GenerateImplementationFile(std::ostream&); |