Compiler Error C2444

'identifier' : used ANSI prototype, found 'type', expected '{' or ';'

The specified function prototype was followed by a type.

This error can be caused by a missing semicolon.