summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
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: