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;