From 1de3a9aae84ec71c4fd83604ea9c45204efb9baf Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 25 Oct 2019 14:10:45 +0300 Subject: . --- src/html.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/html.cpp') diff --git a/src/html.cpp b/src/html.cpp index 5155661..92b4e05 100644 --- a/src/html.cpp +++ b/src/html.cpp @@ -172,3 +172,13 @@ void TexoImporterHTML::Put(char c) { // TODO producer.Put(Texo(c)); } + +void TexoImporterHTML::Put(const ScriptVariable &str) +{ + TexoImporter::Put(str); +} + +void TexoImporterHTML::Put(FILE *file) +{ + TexoImporter::Put(file); +} -- cgit v1.2.3