mirror of
https://github.com/taglib/taglib.git
synced 2025-07-30 19:04:40 -04:00
clang-tidy: remove redundant initializations
Found with readability-redundant-member-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@ -37,7 +37,7 @@ class IT::File::FilePrivate
|
||||
{
|
||||
public:
|
||||
FilePrivate(AudioProperties::ReadStyle propertiesStyle)
|
||||
: tag(), properties(propertiesStyle)
|
||||
: properties(propertiesStyle)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user