aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Gem/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/develop/include/Gem/Gem/Exception.h')
-rw-r--r--Gem/develop/include/Gem/Gem/Exception.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gem/develop/include/Gem/Gem/Exception.h b/Gem/develop/include/Gem/Gem/Exception.h
index aa542c2..d09a480 100644
--- a/Gem/develop/include/Gem/Gem/Exception.h
+++ b/Gem/develop/include/Gem/Gem/Exception.h
@@ -52,7 +52,8 @@ private:
namespace gem
{
-GEM_EXTERN void catchGemException(const char*name=NULL, const t_object*obj=NULL);
+GEM_EXTERN void catchGemException(const char*name=NULL,
+ const t_object*obj=NULL);
};