From 77f503bd6db90bd882e389ea977f02a2773e14f2 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 4 Oct 2019 16:35:57 +0300 Subject: Semi-working html. =) --- src/file.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/file.hpp') diff --git a/src/file.hpp b/src/file.hpp index 68e31cd..c867bcc 100644 --- a/src/file.hpp +++ b/src/file.hpp @@ -8,6 +8,7 @@ class TexoFileExporter: public TexoExporter { public: TexoFileExporter(FILE *file); void Put(const char c); + private: FILE *file; }; -- cgit v1.2.3