aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-05 20:45:47 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-05 20:45:47 +0000
commit958e5e8cdcc8b8e00b5e317cae03800f9745205f (patch)
tree50f3647bf66661bb1cbfe6c404122c65b839c603 /Gem/develop
parent78ccf73135e31a2bd6c8c0c81b0524af1bd13f55 (diff)
Gem 36a907316b2d895e5933ff1ef2e965138c5a3d97 linux/amd64
built 'master:36a907316b2d895e5933ff1ef2e965138c5a3d97' for linux/amd64
Diffstat (limited to 'Gem/develop')
-rw-r--r--Gem/develop/include/Gem/Gem/Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gem/develop/include/Gem/Gem/Exception.h b/Gem/develop/include/Gem/Gem/Exception.h
index 8aaedf8..85a91f6 100644
--- a/Gem/develop/include/Gem/Gem/Exception.h
+++ b/Gem/develop/include/Gem/Gem/Exception.h
@@ -47,7 +47,7 @@ class GEM_EXTERN GemException
virtual const char *what(void) const;
virtual void report(const char*origin=0) const;
private:
- const std::string&ErrorString;
+ const char*ErrorString;
};
namespace gem {