summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index b9b6e87..db39fcb 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -500,7 +500,7 @@ public:
/**
* execute a single CMake command
*/
- void ExecuteCommand(std::string &name, std::vector<std::string> const& args);
+ void ExecuteCommand(std::string const &name, std::vector<std::string> const& args);
/** Check if a command exists. */
bool CommandExists(const char* name) const;