]> Git trees. - libqmvoc.git/commitdiff
kplotobject.h:353: error: extra ';'
authorDavid Faure <faure@kde.org>
Sun, 18 Feb 2007 10:09:54 +0000 (10:09 +0000)
committerDavid Faure <faure@kde.org>
Sun, 18 Feb 2007 10:09:54 +0000 (10:09 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634755

kdeeduplot/kplotobject.h

index d0c46ea29449f19142688d1c56d8e7cac1f33875..645223b54d21f8a362ca1a6d66c3e17fbc48b204 100644 (file)
@@ -350,8 +350,8 @@ private:
         class Private;
         Private * const d;
 
-        Q_DISABLE_COPY( KPlotObject );
+        Q_DISABLE_COPY( KPlotObject )
 };
-Q_DECLARE_OPERATORS_FOR_FLAGS( KPlotObject::PlotTypes );
+Q_DECLARE_OPERATORS_FOR_FLAGS( KPlotObject::PlotTypes )
 
 #endif