ERR: UseIt() missing return type.
This commit is contained in:
parent
8e7e53960e
commit
7fc1bd1281
|
@ -32,7 +32,7 @@ struct CleanUp
|
||||||
{
|
{
|
||||||
cmMakefileGenerator::UnRegisterGenerators();
|
cmMakefileGenerator::UnRegisterGenerators();
|
||||||
}
|
}
|
||||||
UseIt()
|
void UseIt()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue