mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12: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
|
// Don't overwrite if already exists
|
||||||
if (!ptr)
|
if (!ptr)
|
||||||
{
|
{
|
||||||
ptr = new T{};
|
ptr = new T();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue