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()