]> granicus.if.org Git - taglib/commit
Add alternative methods to XiphComment::removeField().
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 18 Nov 2015 02:45:27 +0000 (11:45 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 20 Nov 2015 14:28:32 +0000 (23:28 +0900)
commit84e3582332eb593497912d055f15827a57815478
treece74c65170b905fe795c5af57ce8809f575616c3
parentce1c03faa38aa38a5719afe9ff135a3151d4b6d4
Add alternative methods to XiphComment::removeField().

Using XiphComment::removeField() may lead to a linkage error, however we can't fix the method itself without breaking the ABI or changing its behavior.
So we added some alternative method and marked the old one deprecated.
taglib/ogg/xiphcomment.cpp
taglib/ogg/xiphcomment.h
tests/test_xiphcomment.cpp