diff --git a/rpcs3/util/typeindices.hpp b/rpcs3/util/typeindices.hpp index 8bb4d44ae1..3dee505164 100644 --- a/rpcs3/util/typeindices.hpp +++ b/rpcs3/util/typeindices.hpp @@ -20,7 +20,10 @@ namespace stx friend type_counter; public: - constexpr type_info() noexcept = default; + constexpr type_info() noexcept + : Info() + { + } unsigned index() const {