fixed warnings

This commit is contained in:
Ken Martin 2001-07-26 08:36:54 -04:00
parent a5eac44d18
commit f8f4560ab4
1 changed files with 1 additions and 2 deletions

View File

@ -501,8 +501,7 @@ public:
/** /**
* execute a single CMake command * execute a single CMake command
*/ */
void cmMakefile::ExecuteCommand(std::string &name, void ExecuteCommand(std::string &name, std::vector<std::string> &args);
std::vector<std::string> &args);
protected: protected: