Commit edafe4ca authored by Max Kellermann's avatar Max Kellermann

tag/Id3Unique: add `noexcept`

parent 3cbadf42
......@@ -25,7 +25,7 @@
#include <memory>
struct Id3Delete {
void operator()(struct id3_tag *tag) {
void operator()(struct id3_tag *tag) noexcept {
id3_tag_delete(tag);
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment