mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 17:18:11 -04:00
Fixed error in childElements function.
This commit is contained in:
parent
c5f9258462
commit
17841e89ae
@ -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