mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 22:14:58 +00:00
Use parentheses for new T() syntax
MSVC keeps being dumb...
This commit is contained in:
parent
fcbf91b7cb
commit
6811ec562c
@ -26,7 +26,7 @@ namespace stx
|
||||
// Don't overwrite if already exists
|
||||
if (!ptr)
|
||||
{
|
||||
ptr = new T{};
|
||||
ptr = new T();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user