From 958e5e8cdcc8b8e00b5e317cae03800f9745205f Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 5 Dec 2017 20:45:47 +0000 Subject: Gem 36a907316b2d895e5933ff1ef2e965138c5a3d97 linux/amd64 built 'master:36a907316b2d895e5933ff1ef2e965138c5a3d97' for linux/amd64 --- Gem/develop/include/Gem/Gem/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gem/develop') 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 { -- cgit v1.2.1