]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/binarywriter.h
Fix pointer loading
[libs/datafile.git] / source / binarywriter.h
index 15a88a391da8f7e07b775f971300834e46378ad8..f028f39d96f811775a30a9d9a0fa2b730a3fe9e2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2007-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DATAFILE_BINARYWRITER_H_
 #define MSP_DATAFILE_BINARYWRITER_H_
 
@@ -31,7 +24,8 @@ private:
 
 public:
        BinaryWriter(IO::Base &o);
-       void write(const Statement &st);
+
+       virtual void write(const Statement &st);
 private:
        void write_(const Statement &st);
        void collect_keywords(const Statement &st);