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