[Marble-commits] KDE/kdeedu/marble/src/lib

Patrick Spendrin ps_ml at gmx.de
Sun Nov 15 12:33:24 CET 2009


SVN commit 1049521 by sengels:

small fix

 M  +1 -1      MarbleDebug.h  


--- trunk/KDE/kdeedu/marble/src/lib/MarbleDebug.h #1049520:1049521
@@ -23,7 +23,7 @@
     public:
         static bool enable;
         static QIODevice* nullDevice() { static QIODevice *device = new NullDevice; return device; };
-}
+};
 
 /**
   * an inline function which should replace qDebug()


More information about the Marble-commits mailing list