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

George Staikos staikos at kde.org
Tue Apr 19 05:30:07 CEST 2005


CVS commit by staikos: 

fix warning


  M +1 -0      bind_vector.cpp   1.18


--- kdeextragear-2/kst/kst/extensions/js/bind_vector.cpp  #1.17:1.18
@@ -180,4 +180,5 @@ KJS::Value KstBindVector::get(KJS::ExecS
 
 KJS::Value KstBindVector::getPropertyByIndex(KJS::ExecState *exec, unsigned propertyName) const {
+  Q_UNUSED(exec)
   if (!_v) {
     return KJS::Undefined();




More information about the Kst mailing list