DatabasePrint: convert "type" to unsigned
This commit is contained in:
@@ -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,
|
|||||||
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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user