summaryrefslogtreecommitdiff
path: root/src/exporter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exporter.hpp')
-rw-r--r--src/exporter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exporter.hpp b/src/exporter.hpp
index a20f695..18a2e5d 100644
--- a/src/exporter.hpp
+++ b/src/exporter.hpp
@@ -11,7 +11,7 @@
class TexoExporter {
public:
virtual bool Put(char c) = 0;
- virtual bool Put(const ScriptVariable &str);
+ virtual bool Put(const ScriptVariable & str);
};