From f8f4560ab4b20fdd7d2b0cb4b6ad3025b181038a Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 26 Jul 2001 08:36:54 -0400 Subject: [PATCH] fixed warnings --- Source/cmMakefile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: