unbalanced parenthesis found while processing a member function
A member-function definition ended with a parenthesis instead of a brace.
Example
class C { public: void func() { ); // error, parenthesis instead of brace };