[Kst] extragear/graphics/kst/src/libkstmath

George Staikos staikos at kde.org
Mon May 15 20:22:49 CEST 2006


SVN commit 541198 by staikos:

we don't put void in here anywhere else and the last compiler I know of that
required it was aCC


 M  +1 -1      kstbasecurve.h  


--- trunk/extragear/graphics/kst/src/libkstmath/kstbasecurve.h #541197:541198
@@ -143,7 +143,7 @@
     QString _legendText;
 
   signals: 
-    void modifiedLegendEntry(void);
+    void modifiedLegendEntry();
 };
 
 


More information about the Kst mailing list