◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2240 unexpected 'token' following formal list. (only modifiers are allowed.) The specified token was found after a formal parameter list. The following is an example of this error: void func() int; // error void func(); // OK -♦-