Some small stuff, like adding semicolons to Qt macro defs in order to not
[quassel.git] / src / client / buffer.h
index 76b1440..68de96a 100644 (file)
@@ -45,7 +45,7 @@ class Buffer : public QObject {
       NewMessage = 0x02,
       Highlight = 0x40
     };
-    Q_DECLARE_FLAGS(ActivityLevel, Activity)
+    Q_DECLARE_FLAGS(ActivityLevel, Activity);
 
     Type bufferType() const;
     bool isActive() const;