View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#4
Originally Posted by nicolai View Post
enums must be defined in the header file - not the cpp.
No. Symbols need to be declared before they are used. If this enum was to be internal, it might very well be declared in the cpp file.