diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 1da89ec02..bfdd5201c 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 &args); + void ExecuteCommand(std::string &name, std::vector &args); protected: