SVN commit 971512 by fenton:
Fix compile warning.
M +2 -2 plotaxis.h
--- branches/work/kst/portto4/kst/src/libkstapp/plotaxis.h #971511:971512
@@ -183,9 +183,9 @@
Qt::PenStyle _axisMajorGridLineStyle;
Qt::PenStyle _axisMinorGridLineStyle;
+ PlotMarkers _axisPlotMarkers;
+
int _labelRotation;
-
- PlotMarkers _axisPlotMarkers;
};