summaryrefslogtreecommitdiff
path: root/src/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.cpp')
-rw-r--r--src/script.cpp4
1 files changed, 2 insertions, 2 deletions
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;