DatabasePrint: convert "type" to unsigned
This commit is contained in:
parent
38e6c0ad3f
commit
1d1f8be260
|
@ -245,7 +245,7 @@ PrintUniqueTag(Client &client, TagType tag_type,
|
|||
}
|
||||
|
||||
bool
|
||||
listAllUniqueTags(Client &client, int type,
|
||||
listAllUniqueTags(Client &client, unsigned type,
|
||||
const SongFilter *filter,
|
||||
Error &error)
|
||||
{
|
||||
|
|
|
@ -51,7 +51,7 @@ searchStatsForSongsIn(Client &client, const char *name,
|
|||
Error &error);
|
||||
|
||||
bool
|
||||
listAllUniqueTags(Client &client, int type,
|
||||
listAllUniqueTags(Client &client, unsigned type,
|
||||
const SongFilter *filter,
|
||||
Error &error);
|
||||
|
||||
|
|
Loading…
Reference in New Issue