diff options
Diffstat (limited to 'src/net/registrationoptions.h')
-rw-r--r-- | src/net/registrationoptions.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/net/registrationoptions.h b/src/net/registrationoptions.h index 7ab4021bb..5406ece96 100644 --- a/src/net/registrationoptions.h +++ b/src/net/registrationoptions.h @@ -25,13 +25,16 @@ namespace Net { - enum RegistrationOptions + namespace RegistrationOptions { - Unregister = 0x1, - ChangeEmail = 0x2, - SetEmailOnRegister = 0x4, - SetGenderOnRegister = 0x8 - }; + enum + { + Unregister = 0x1, + ChangeEmail = 0x2, + SetEmailOnRegister = 0x4, + SetGenderOnRegister = 0x8 + }; + } } // namespace Net #endif // NET_REGISTRATIONOPTIONS_H |