[Kst] kdeextragear-2/kst/kst/extensions/js

George Staikos staikos at kde.org
Fri Apr 8 07:17:46 CEST 2005


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




More information about the Kst mailing list