summaryrefslogtreecommitdiff
path: root/src/html.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.hpp')
-rw-r--r--src/html.hpp3
1 files changed, 3 insertions, 0 deletions
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);
};