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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script.cpp') diff --git a/src/script.cpp b/src/script.cpp index d335ff0..2892723 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -4,7 +4,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Texo String Exporter */ -TexoExporterString::TexoExporterString(ScriptVariable &str): str(str) +TexoExporterString::TexoExporterString(ScriptVariable & str): str(str) {} @@ -14,7 +14,7 @@ bool TexoExporterString::Put(char c) return true; } -bool TexoExporterString::Put(const ScriptVariable &addon) +bool TexoExporterString::Put(const ScriptVariable & addon) { str += addon; return true; -- cgit v1.2.3