SongFilter: allow copying items

This commit is contained in:
Max Kellermann 2018-01-19 23:39:32 +01:00
parent 386688b87a
commit ed2354cd9d

View File

@ -66,11 +66,6 @@ public:
Item(unsigned tag, const char *value, bool fold_case=false);
Item(unsigned tag, time_t time);
Item(const Item &other) = delete;
Item(Item &&) = default;
Item &operator=(const Item &other) = delete;
unsigned GetTag() const {
return tag;
}