Fixed error in childElements function.

This commit is contained in:
Lukáš Krejčí
2014-05-18 16:14:00 +02:00
committed by Lukas Krejci
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;
}