CVS commit by staikos:
init the variable
M +1 -1 kstobject.cpp 1.2
--- kdeextragear-2/kst/kst/kstobject.cpp #1.1:1.2
@@ -19,5 +19,5 @@
KstObject::KstObject()
-: KShared(), QObject() {
+: KShared(), QObject(), _lastUpdateCounter(0) {
}