[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Thu Mar 17 02:00:56 CET 2005


CVS commit by arwalker: 

Fix compiler warning.


  M +1 -1      kst2dplot.cpp   1.379


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.378:1.379
@@ -2394,5 +2394,5 @@ KstObject::UpdateType Kst2DPlot::update(
 
   bool updated = false;
-  for (int i = 0; i < Curves.count(); i++) {
+  for (size_t i = 0; i < Curves.count(); i++) {
     updated = (UPDATE == Curves[i]->update(update_counter)) || updated;
   }




More information about the Kst mailing list