COMP: fix warning

This commit is contained in:
Ken Martin 2005-03-18 11:29:34 -05:00
parent 770d4a2fac
commit 0fe5f14c28
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ public:
*/
virtual bool InvokeInitialPass(const std::vector<cmListFileArgument>& args);
virtual bool InitialPass(std::vector<std::string> const& args)
{ return false; };
virtual bool InitialPass(std::vector<std::string> const&) { return false; };
/**
* The name of the command as specified in CMakeList.txt.