Browse Source

fixed warnings

Ken Martin 24 years ago
parent
commit
f8f4560ab4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Source/cmMakefile.h

+ 1 - 2
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: