This commit is contained in:
thdox 2014-06-27 21:17:57 +02:00
parent 523413d8f1
commit 5bb4f2f593

View file

@ -72,7 +72,7 @@ public:
out.flush(); out.flush();
} }
virtual void operator()(post_t& post); virtual void operator()(post_t& post);
virtual string escape_string(string raw); virtual string escape_string(string raw);
}; };
} // namespace ledger } // namespace ledger