Using Dev-Cpp.

Code:
// in a header file
Register *getReg(Vm *, int);
Error: parse error before * token

I think it means the * token in "Vm *".

Any ideas on what this means?