View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#5
Originally Posted by Joorin View Post
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.
Yes you are right, but his:
Code:
public:
enum Status
looks like he doesn't want to use it internally only.