mirror of
https://github.com/taglib/taglib.git
synced 2025-07-26 00:44:31 -04:00
Always use parentheses with new. It's a bit safer.
This commit is contained in:
@ -60,7 +60,7 @@ public:
|
||||
|
||||
XM::Properties::Properties(AudioProperties::ReadStyle propertiesStyle) :
|
||||
AudioProperties(propertiesStyle),
|
||||
d(new PropertiesPrivate)
|
||||
d(new PropertiesPrivate())
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user