cppbind: fix bad class hierarchy for bad_nasal_cast.

This commit is contained in:
Thomas Geymayer 2013-10-15 16:37:50 +02:00
parent 8ca8052a8d
commit 483bebb003

View 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: