mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Fixed error in childElements function.
This commit is contained in:
parent
fcfd9f59fe
commit
bcad792e75
@ -86,7 +86,7 @@ uint TableOfContentsFrame::entryCount() const
|
||||
return d->childElements.size();
|
||||
}
|
||||
|
||||
ByteVectorList TableOfContentsFrame::childElements const
|
||||
ByteVectorList TableOfContentsFrame::childElements() const
|
||||
{
|
||||
return d->childElements;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user