mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
Use parentheses for new T() syntax
MSVC keeps being dumb...
This commit is contained in:
parent
fcbf91b7cb
commit
6811ec562c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace stx
|
|||
// Don't overwrite if already exists
|
||||
if (!ptr)
|
||||
{
|
||||
ptr = new T{};
|
||||
ptr = new T();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue