diff options
-rw-r--r-- | compat/enum-operators.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/enum-operators.hpp b/compat/enum-operators.hpp index fc1130da..dc39f2f1 100644 --- a/compat/enum-operators.hpp +++ b/compat/enum-operators.hpp @@ -10,7 +10,7 @@ } // end #define OTR_FLAGS_SHIFT(type, op) \ - type operator op (type, unsigned) = delete; + type operator op (type, unsigned) = delete #define OTR_FLAGS_OP1(type, op) \ inline type operator op (type x) \ |