From 5dd4f05089608a66c435d6be36d4bc93dc425986 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 27 Sep 2019 18:35:47 +0300 Subject: Prework for HTML. --- src/html.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/html.hpp') diff --git a/src/html.hpp b/src/html.hpp index c5b2aa4..265ee39 100644 --- a/src/html.hpp +++ b/src/html.hpp @@ -8,6 +8,9 @@ class TexoHTMLProducer: public TexoProducer { public: TexoHTMLProducer(TexoExporter &exporter); void Put(const Texo &piece); +private: + void BeginLink(const Texo &piece); + void Image(const Texo &piece); }; -- cgit v1.2.3