diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-08-21 17:16:07 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-08-21 17:16:07 (GMT) |
commit | 9f870d3efbb89021b4c3fb931938f8724d5d75e4 (patch) | |
tree | d77e0cae57376654b6f16689be6401625d087fa1 /Source/cmMakefile.h | |
parent | 96f8d18f8d41f867c506b7f770effd0723023582 (diff) | |
download | CMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.zip CMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.tar.gz CMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.tar.bz2 |
minor bug
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
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; |