]> granicus.if.org Git - taglib/commit
Change some static_casts to dynamic_casts in test_id3v2.cpp.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 17 Mar 2016 13:50:34 +0000 (22:50 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 17 Mar 2016 13:50:34 +0000 (22:50 +0900)
commit7627ae48ed2e63eb5dea13ec701f2da53c8314fb
tree17248027af497d71bd2d86268651e69cd687947a
parentb2a67687041de639db119af27c530a2631c18c29
Change some static_casts to dynamic_casts in test_id3v2.cpp.

static_casts are unsafe and some of following tests doesn't work well with them.
tests/test_id3v2.cpp