diff --git a/rpcs3/util/fixed_typemap.hpp b/rpcs3/util/fixed_typemap.hpp index 98e690584d..5d782ea39f 100644 --- a/rpcs3/util/fixed_typemap.hpp +++ b/rpcs3/util/fixed_typemap.hpp @@ -26,7 +26,7 @@ namespace stx // Don't overwrite if already exists if (!ptr) { - ptr = new T{}; + ptr = new T(); } } }