diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2017-12-06 01:01:13 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2017-12-06 01:01:13 +0000 |
commit | b0ba31b1cf9f13af59e0fc0cff3da0540d7634d5 (patch) | |
tree | 25c44d1cbfcdcfee778abda1cba1a215f95b004e /Gem/develop | |
parent | b84d4cc6b9c97874a958bc28ae2d6fd0da9bd833 (diff) |
Gem 5996d729690826d72ad4a23dd8d0a238d2ea7acb osx/i386
built 'master:5996d729690826d72ad4a23dd8d0a238d2ea7acb' for osx/i386
Diffstat (limited to 'Gem/develop')
-rw-r--r-- | Gem/develop/include/Gem/Gem/Exception.h | 2 |
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 { |