diff --git a/include/chaiscript/dispatchkit/type_conversions.hpp b/include/chaiscript/dispatchkit/type_conversions.hpp index 20f1295e..9d07ddaa 100644 --- a/include/chaiscript/dispatchkit/type_conversions.hpp +++ b/include/chaiscript/dispatchkit/type_conversions.hpp @@ -38,8 +38,6 @@ namespace chaiscript : bad_boxed_cast(t_from, (*t_to.bare_type_info()), what), type_to(t_to) {}; Type_Info type_to; - - }; class bad_boxed_dynamic_cast : public bad_boxed_cast