[Kst] branches/work/kst/portto4/kst/src/datasources/ascii

Peter Kümmel syntheticpp at gmx.net
Sat Oct 13 17:41:23 UTC 2012


SVN commit 1320358 by kuemmel:

Linux fixes

 M  +3 -5      asciidatareader.h  


--- branches/work/kst/portto4/kst/src/datasources/ascii/asciidatareader.h #1320357:1320358
@@ -24,13 +24,11 @@
 
 #include "math_kst.h"
 #include "kst_inf.h"
+#include "kst_atof.h"
 
-
 class QFile;
-class DataInterfaceAsciiString;
-class DataInterfaceAsciiVector;
-struct LexicalCast;
 
+
 class AsciiDataReader
 {
   public:
@@ -38,7 +36,7 @@
     ~AsciiDataReader();
 
     // TODO remove
-    mutable AsciiSourceConfig& _config;
+    AsciiSourceConfig& _config;
     
     typedef QVarLengthArray<int, AsciiFileBuffer::Prealloc> RowIndex;
     RowIndex _rowIndex;


More information about the Kst mailing list