1
0
Fork 0

(svn r21285) -Codechange: prevent ICC warning

release/1.1
smatz 2010-11-21 16:32:53 +00:00
parent 3e27739287
commit 752aab7e11
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ enum AdminUpdateFrequency {
ADMIN_FREQUENCY_ANUALLY = 0x20, ///< The admin gets information about this on a yearly basis.
ADMIN_FREQUENCY_AUTOMATIC = 0x40, ///< The admin gets information about this when it changes.
};
DECLARE_ENUM_AS_BIT_SET(AdminUpdateFrequency);
DECLARE_ENUM_AS_BIT_SET(AdminUpdateFrequency)
/** Reasons for removing a company - communicated to admins. */
enum AdminCompanyRemoveReason {