From 1d1f8be26070aea8bfc79a4f43d0e7a5343f60d9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Apr 2014 08:18:41 +0200 Subject: DatabasePrint: convert "type" to unsigned --- src/db/DatabasePrint.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db/DatabasePrint.cxx') diff --git a/src/db/DatabasePrint.cxx b/src/db/DatabasePrint.cxx index c8ffa102f..2a13b28e6 100644 --- a/src/db/DatabasePrint.cxx +++ b/src/db/DatabasePrint.cxx @@ -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) { -- cgit v1.2.3