summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-11-21 16:32:53 +0000
committersmatz <smatz@openttd.org>2010-11-21 16:32:53 +0000
commit752aab7e115d16a9d3ab319d2a903bc41181e3d5 (patch)
tree705d5cf2a1d9d6ba2aa6578a8a7e8a2897a540a2 /src/network/core
parent3e27739287dd52e80535c6fd583bb7db41859850 (diff)
downloadopenttd-752aab7e115d16a9d3ab319d2a903bc41181e3d5.tar.xz
(svn r21285) -Codechange: prevent ICC warning
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/tcp_admin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_admin.h b/src/network/core/tcp_admin.h
index 6c66d8d05..82121ce73 100644
--- a/src/network/core/tcp_admin.h
+++ b/src/network/core/tcp_admin.h
@@ -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 {