aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Count.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/Count.hxx')
-rw-r--r--src/db/Count.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/db/Count.hxx b/src/db/Count.hxx
index d9f28cb03..4fc26aa7a 100644
--- a/src/db/Count.hxx
+++ b/src/db/Count.hxx
@@ -25,13 +25,14 @@
#include <stdint.h>
enum TagType : uint8_t;
-class Client;
+struct Partition;
+class Response;
class SongFilter;
class Error;
-gcc_nonnull(2)
+gcc_nonnull(3)
bool
-PrintSongCount(Client &client, const char *name,
+PrintSongCount(Response &r, const Partition &partition, const char *name,
const SongFilter *filter,
TagType group,
Error &error);