ERR: UseIt() missing return type.

This commit is contained in:
Brad King 2002-04-10 12:13:44 -04:00
parent 8e7e53960e
commit 7fc1bd1281
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ struct CleanUp
{
cmMakefileGenerator::UnRegisterGenerators();
}
UseIt()
void UseIt()
{
}
};