diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-10-16 01:02:12 +0000 |
---|---|---|
committer | andreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf> | 2014-10-16 01:02:12 +0000 |
commit | 97f6ec9bbb3615c9a505e29c76b7ecc6993b6791 (patch) | |
tree | 3cf25e87f848502af527bd6fbfbf72c4ae27ab36 /src/core/script | |
parent | 0e426ff6dfb960c105908a437c435924e59eb822 (diff) |
fixed typeo in RangeSet, added unit test for Variant
git-svn-id: file:///var/local/svn/basicwriter@59 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'src/core/script')
-rw-r--r-- | src/core/script/Variant.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/script/Variant.hpp b/src/core/script/Variant.hpp index 208bfa5..b2b650b 100644 --- a/src/core/script/Variant.hpp +++ b/src/core/script/Variant.hpp @@ -233,7 +233,7 @@ public: } } - std::string getStringValue() const + const std::string& getStringValue() const { switch (type) { case VariantType::string: |