Always use parentheses with new. It's a bit safer.

This commit is contained in:
Tsuda Kageyu
2017-01-16 00:59:12 +09:00
parent 193cbe3b6b
commit 406e872ac3
33 changed files with 171 additions and 130 deletions

View File

@ -60,7 +60,7 @@ public:
XM::Properties::Properties(AudioProperties::ReadStyle propertiesStyle) :
AudioProperties(propertiesStyle),
d(new PropertiesPrivate)
d(new PropertiesPrivate())
{
}