CVS commit by staikos: no constructor M +1 -1 bind_debuglog.cpp 1.2 --- kdeextragear-2/kst/kst/extensions/js/bind_debuglog.cpp #1.1:1.2 @@ -26,5 +26,5 @@ using namespace KJSEmbed; KstBindDebugLog::KstBindDebugLog(KJS::ExecState *exec) -: KstBinding("DebugLog") { +: KstBinding("DebugLog", false) { KJS::Object o(this); addBindings(exec, o);