]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/parsermode.h
Some more code reformatting
[libs/datafile.git] / source / parsermode.h
index 78257ced8427e8e9b6cf5929121c30b517a2f894..339bdb78e4bc66536dab675a0517fc748a9a5824 100644 (file)
@@ -28,7 +28,7 @@ protected:
 public:
        virtual ~ParserMode() { }
 
-       virtual Statement parse() =0;
+       virtual Statement parse() = 0;
 };
 
 } // namespace DataFile