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.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/importer.cpp') diff --git a/src/importer.cpp b/src/importer.cpp index 73f23e6..af475a5 100644 --- a/src/importer.cpp +++ b/src/importer.cpp @@ -4,6 +4,11 @@ TexoImporter::TexoImporter(TexoProducer &producer): producer(producer) {} +void TexoImporter::End() +{ + producer.End(); +} + void TexoImporter::Put(const ScriptVariable &str) { const int len = str.Length(); -- cgit v1.2.3