summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r--Source/cmConfigureFileCommand.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h
index e2dd493..ce0a5cd 100644
--- a/Source/cmConfigureFileCommand.h
+++ b/Source/cmConfigureFileCommand.h
@@ -81,12 +81,12 @@ public:
private:
int ConfigureFile();
- std::string m_InputFile;
- std::string m_OuputFile;
- bool m_CopyOnly;
- bool m_EscapeQuotes;
- bool m_Immediate;
- bool m_AtOnly;
+ std::string InputFile;
+ std::string OuputFile;
+ bool CopyOnly;
+ bool EscapeQuotes;
+ bool Immediate;
+ bool AtOnly;
};