summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-21 17:16:07 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-21 17:16:07 (GMT)
commit9f870d3efbb89021b4c3fb931938f8724d5d75e4 (patch)
treed77e0cae57376654b6f16689be6401625d087fa1 /Source/cmMakefile.cxx
parent96f8d18f8d41f867c506b7f770effd0723023582 (diff)
downloadCMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.zip
CMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.tar.gz
CMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.tar.bz2
minor bug
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index dc187ef..9948b90 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -190,7 +190,7 @@ bool cmMakefile::CommandExists(const char* name) const
return (m_Commands.find(name) != m_Commands.end());
}
-void cmMakefile::ExecuteCommand(std::string &name,
+void cmMakefile::ExecuteCommand(std::string const &name,
std::vector<std::string> const& arguments)
{
// quick return if blocked