summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallProgramsCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmInstallProgramsCommand.h')
-rw-r--r--Source/cmInstallProgramsCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h
index f50403b..c960f89 100644
--- a/Source/cmInstallProgramsCommand.h
+++ b/Source/cmInstallProgramsCommand.h
@@ -95,8 +95,8 @@ public:
protected:
std::string FindInstallSource(const char* name) const;
private:
- std::string m_TargetName;
- std::vector<std::string> m_FinalArgs;
+ std::string TargetName;
+ std::vector<std::string> FinalArgs;
};