Commit 1d1f8be2 authored by Max Kellermann's avatar Max Kellermann

DatabasePrint: convert "type" to unsigned

parent 38e6c0ad
...@@ -245,7 +245,7 @@ PrintUniqueTag(Client &client, TagType tag_type, ...@@ -245,7 +245,7 @@ PrintUniqueTag(Client &client, TagType tag_type,
} }
bool bool
listAllUniqueTags(Client &client, int type, listAllUniqueTags(Client &client, unsigned type,
const SongFilter *filter, const SongFilter *filter,
Error &error) Error &error)
{ {
......
...@@ -51,7 +51,7 @@ searchStatsForSongsIn(Client &client, const char *name, ...@@ -51,7 +51,7 @@ searchStatsForSongsIn(Client &client, const char *name,
Error &error); Error &error);
bool bool
listAllUniqueTags(Client &client, int type, listAllUniqueTags(Client &client, unsigned type,
const SongFilter *filter, const SongFilter *filter,
Error &error); Error &error);
......
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