From 7a9ce51740accc4d73263ff3bbca3254354d6b9e Mon Sep 17 00:00:00 2001 From: gerrit Date: Wed, 9 Jan 2019 18:38:41 +0100 Subject: [PATCH] fixed: compile issue --- Source/Base/Base/OSGConfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Base/Base/OSGConfig.h b/Source/Base/Base/OSGConfig.h index 01dfcab29..8b5663f66 100644 --- a/Source/Base/Base/OSGConfig.h +++ b/Source/Base/Base/OSGConfig.h @@ -226,6 +226,8 @@ # else # define OSG_THROW(X) throw(X) # endif +# else // __GNUC__ +# define OSG_THROW(X) throw(X) # endif -- 2.11.4.GIT