Remove redundant initialization
This commit is contained in:
2
3rdparty/taglib/dsdiff/dsdiffdiintag.cpp
vendored
2
3rdparty/taglib/dsdiff/dsdiffdiintag.cpp
vendored
@@ -39,7 +39,7 @@ class DSDIFF::DIIN::Tag::TagPrivate {
|
||||
String artist;
|
||||
};
|
||||
|
||||
DSDIFF::DIIN::Tag::Tag() : Strawberry_TagLib::TagLib::Tag() {
|
||||
DSDIFF::DIIN::Tag::Tag() {
|
||||
d = new TagPrivate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user