summaryrefslogtreecommitdiff
path: root/src/db/Count.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/Count.hxx')
-rw-r--r--src/db/Count.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/db/Count.hxx b/src/db/Count.hxx
index 7ba189706..188fe1053 100644
--- a/src/db/Count.hxx
+++ b/src/db/Count.hxx
@@ -28,13 +28,11 @@ enum TagType : uint8_t;
struct Partition;
class Response;
class SongFilter;
-class Error;
gcc_nonnull(3)
-bool
+void
PrintSongCount(Response &r, const Partition &partition, const char *name,
const SongFilter *filter,
- TagType group,
- Error &error);
+ TagType group);
#endif