diff --git a/include/chaiscript/dispatchkit/boxed_number.hpp b/include/chaiscript/dispatchkit/boxed_number.hpp index fd6de05..9b8f774 100644 --- a/include/chaiscript/dispatchkit/boxed_number.hpp +++ b/include/chaiscript/dispatchkit/boxed_number.hpp @@ -467,13 +467,13 @@ namespace chaiscript } else if (inp_ == typeid(std::int64_t)) { return get_as_aux(); } else if (inp_ == typeid(std::uint8_t)) { - return get_as_aux(); + return get_as_aux(); } else if (inp_ == typeid(std::uint16_t)) { - return get_as_aux(); + return get_as_aux(); } else if (inp_ == typeid(std::uint32_t)) { - return get_as_aux(); + return get_as_aux(); } else if (inp_ == typeid(std::uint64_t)) { - return get_as_aux(); + return get_as_aux(); } else { throw chaiscript::detail::exception::bad_any_cast(); }