Skip to content

Commit

Permalink
Remove static from an enum
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 11, 2018
1 parent 59eb5ba commit a248709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkSyncManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ enum NSScoreBoardColumn
};

// Value-Defintions of the different String values
static enum ETTMessageTypes {
enum ETTMessageTypes {
ettp_hello=0,
ettp_login,
ettp_roomlist,
Expand Down

0 comments on commit a248709

Please sign in to comment.