summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallFilesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r--Source/cmInstallFilesCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h
index ed6fb2e..80b1cda 100644
--- a/Source/cmInstallFilesCommand.h
+++ b/Source/cmInstallFilesCommand.h
@@ -100,9 +100,9 @@ protected:
std::string FindInstallSource(const char* name) const;
private:
- std::string m_TargetName;
- std::vector<std::string> m_FinalArgs;
- bool m_IsFilesForm;
+ std::string TargetName;
+ std::vector<std::string> FinalArgs;
+ bool IsFilesForm;
};