X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarywriter.h;h=db89a5e15fae4a14c10a7bd1b76deedcf3c8b967;hb=215e719d0ef85f748898660d15d01e77ac551de9;hp=c3a2b4c96d082b8ef42a642bc2866352a2307750;hpb=d84673be1c2fe8bd32ddaa7877529855cad6daa0;p=libs%2Fdatafile.git diff --git a/source/binarywriter.h b/source/binarywriter.h index c3a2b4c..db89a5e 100644 --- a/source/binarywriter.h +++ b/source/binarywriter.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -31,10 +31,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);