summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-07-26 12:36:54 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-07-26 12:36:54 (GMT)
commitf8f4560ab4b20fdd7d2b0cb4b6ad3025b181038a (patch)
treee27bebf24a8b3aef7b734a56d8dfaff5f849505a /Source/cmMakefile.h
parenta5eac44d1833c80ce82dad9331418f1119582f3b (diff)
downloadCMake-f8f4560ab4b20fdd7d2b0cb4b6ad3025b181038a.zip
CMake-f8f4560ab4b20fdd7d2b0cb4b6ad3025b181038a.tar.gz
CMake-f8f4560ab4b20fdd7d2b0cb4b6ad3025b181038a.tar.bz2
fixed warnings
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 1da89ec..bfdd520 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -501,8 +501,7 @@ public:
/**
* execute a single CMake command
*/
- void cmMakefile::ExecuteCommand(std::string &name,
- std::vector<std::string> &args);
+ void ExecuteCommand(std::string &name, std::vector<std::string> &args);
protected: