From 483bebb00309fd5dd865cfef3446a6dc65683f2b Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Tue, 15 Oct 2013 16:37:50 +0200 Subject: [PATCH] cppbind: fix bad class hierarchy for bad_nasal_cast. --- simgear/nasal/cppbind/detail/from_nasal_helper.hxx | 1 - 1 file changed, 1 deletion(-) 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: -- 2.39.5