[Kst] branches/work/kst/portto4/kst/src/libkstmath

Mike Fenton mike at staikos.net
Mon Jun 23 21:24:13 CEST 2008


SVN commit 823651 by fenton:

Fix warnings.


 M  +1 -1      equation.cpp  


--- branches/work/kst/portto4/kst/src/libkstmath/equation.cpp #823650:823651
@@ -51,7 +51,7 @@
 
 
 Equation::Equation(ObjectStore *store)
-: DataObject(store), _xInVector(0), _doInterp(false) {
+: DataObject(store), _doInterp(false), _xInVector(0) {
 
   _ns = 2;
   _pe = 0L;


More information about the Kst mailing list