Ok this is the major rework of quassel we've all been waiting for. For the actual...
[quassel.git] / src / qtgui / bufferviewfilter.h
index 4fc87ed..93478c7 100644 (file)
@@ -44,7 +44,7 @@ public:
     NoServers = 0x40,
     FullCustom = 0x80
   };
-  Q_DECLARE_FLAGS(Modes, Mode)
+  Q_DECLARE_FLAGS(Modes, Mode);
 
   BufferViewFilter(QAbstractItemModel *model, const Modes &mode, const QStringList &nets);