]> git.mxchange.org Git - simgear.git/commitdiff
cppbind: fix bad class hierarchy for bad_nasal_cast.
authorThomas Geymayer <tomgey@gmail.com>
Tue, 15 Oct 2013 14:37:50 +0000 (16:37 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 15 Oct 2013 14:38:38 +0000 (16:38 +0200)
simgear/nasal/cppbind/detail/from_nasal_helper.hxx

index 16e593bfa34acc201e994c6720e166d116f46b2c..7953ee969ca75fe2b6f94359830399f447942d20 100644 (file)
@@ -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: