mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01: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…
Reference in a new issue