DatabasePrint: convert "type" to unsigned

This commit is contained in:
Max Kellermann 2014-04-24 08:18:41 +02:00
parent 38e6c0ad3f
commit 1d1f8be260
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{ {

View File

@ -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);