@@ -1,6 +1,6 @@
#include "StaticLibExample.h"
-int FourtyFour()
+int FourtyFour(void)
{
return 44;
}
@@ -1 +1 @@
-int FourtyFour();
+int FourtyFour(void);