mirror of
https://github.com/taglib/taglib.git
synced 2026-01-31 20:40:10 -05:00
Small revision of pokowaka's fix. isEmpty() is a little better than size() > 0, since std::list::empty() is guaranteed to be an O(1) operation.