CVS commit by staikos:
missing static
M +1 -1 kstdebug.cpp 1.11
--- kdeextragear-2/kst/kst/kstdebug.cpp #1.10:1.11
@@ -23,5 +23,5 @@
#include <klocale.h>
-KStaticDeleter<KstDebug> sd;
+static KStaticDeleter<KstDebug> sd;
KstDebug *KstDebug::self() {