From: Thomas Geymayer Date: Tue, 15 Oct 2013 14:37:50 +0000 (+0200) Subject: cppbind: fix bad class hierarchy for bad_nasal_cast. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=483bebb00309fd5dd865cfef3446a6dc65683f2b;p=simgear.git cppbind: fix bad class hierarchy for bad_nasal_cast. --- diff --git a/simgear/nasal/cppbind/detail/from_nasal_helper.hxx b/simgear/nasal/cppbind/detail/from_nasal_helper.hxx index 16e593bf..7953ee96 100644 --- a/simgear/nasal/cppbind/detail/from_nasal_helper.hxx +++ b/simgear/nasal/cppbind/detail/from_nasal_helper.hxx @@ -43,7 +43,6 @@ namespace nasal * Thrown when converting a type from/to Nasal has failed */ class bad_nasal_cast: - public std::bad_cast, public sg_exception { public: