From a45cb537ab82f13f29f1bc33dd8bf998b3fb9c9b Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 13 Nov 2019 19:16:21 +0300 Subject: Cosmetical changes. --- src/exporter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exporter.hpp') 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); }; -- cgit v1.2.3