X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarywriter.h;h=f028f39d96f811775a30a9d9a0fa2b730a3fe9e2;hb=7df5e45c7f414f6a07681dc4ec2abb63b091a309;hp=c3a2b4c96d082b8ef42a642bc2866352a2307750;hpb=d84673be1c2fe8bd32ddaa7877529855cad6daa0;p=libs%2Fdatafile.git diff --git a/source/binarywriter.h b/source/binarywriter.h index c3a2b4c..f028f39 100644 --- a/source/binarywriter.h +++ b/source/binarywriter.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_BINARYWRITER_H_ #define MSP_DATAFILE_BINARYWRITER_H_ @@ -31,10 +24,10 @@ private: public: BinaryWriter(IO::Base &o); - void write(const Statement &st); + + virtual void write(const Statement &st); private: void write_(const Statement &st); - DictEntry create_entry(const Statement &st); void collect_keywords(const Statement &st); void write_int(long long n); void write_string(const std::string &s);