(svn r23940) -Codechange: remove superfluous semicolons

This commit is contained in:
smatz
2012-02-12 19:46:40 +00:00
parent f447ffa462
commit e75793e15d
3 changed files with 4 additions and 4 deletions

View File

@@ -51,6 +51,6 @@ enum StringValidationSettings {
SVS_ALLOW_NEWLINE = 1 << 1, ///< Allow newlines.
SVS_ALLOW_CONTROL_CODE = 1 << 2, ///< Allow the special control codes.
};
DECLARE_ENUM_AS_BIT_SET(StringValidationSettings);
DECLARE_ENUM_AS_BIT_SET(StringValidationSettings)
#endif /* STRING_TYPE_H */