From 73345c7dc06a6488f34d4a76906a62171a519278 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 5 Nov 2019 19:46:50 +0300 Subject: [texo] Medium has been changed. --- src/importer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/importer.hpp') diff --git a/src/importer.hpp b/src/importer.hpp index 915416c..3a31fab 100644 --- a/src/importer.hpp +++ b/src/importer.hpp @@ -9,6 +9,8 @@ class TexoImporter { public: TexoImporter(TexoProducer &producer); + virtual void End(); + virtual void Put(char c) = 0; virtual void Put(const ScriptVariable &str); virtual void Put(FILE *file); -- cgit v1.2.3