Browse Source

ERR: UseIt() missing return type.

Brad King 23 years ago
parent
commit
7fc1bd1281
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmaketest.cxx

+ 1 - 1
Source/cmaketest.cxx

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