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/script.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/script.hpp') diff --git a/src/script.hpp b/src/script.hpp index 77f75df..029047d 100644 --- a/src/script.hpp +++ b/src/script.hpp @@ -10,15 +10,15 @@ */ class TexoExporterString: public TexoExporter { public: - TexoExporterString(ScriptVariable &str); + TexoExporterString(ScriptVariable & str); bool Put(char c); - bool Put(const ScriptVariable &addon); + bool Put(const ScriptVariable & addon); private: - ScriptVariable &str; + ScriptVariable & str; }; -- cgit v1.2.3