diff options
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 { |