mirror of
https://github.com/taglib/taglib.git
synced 2025-11-16 22:52:57 -05:00
Always use parentheses with new. It's a bit safer.
This commit is contained in:
@ -70,7 +70,7 @@ public:
|
||||
|
||||
IT::Properties::Properties(AudioProperties::ReadStyle propertiesStyle) :
|
||||
AudioProperties(propertiesStyle),
|
||||
d(new PropertiesPrivate)
|
||||
d(new PropertiesPrivate())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user