From b0ba31b1cf9f13af59e0fc0cff3da0540d7634d5 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 6 Dec 2017 01:01:13 +0000 Subject: Gem 5996d729690826d72ad4a23dd8d0a238d2ea7acb osx/i386 built 'master:5996d729690826d72ad4a23dd8d0a238d2ea7acb' for osx/i386 --- 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