aboutsummaryrefslogtreecommitdiff
path: root/src/DatabaseQueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabaseQueue.hxx')
-rw-r--r--src/DatabaseQueue.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DatabaseQueue.hxx b/src/DatabaseQueue.hxx
index cf8c3ba5..21ffe0fb 100644
--- a/src/DatabaseQueue.hxx
+++ b/src/DatabaseQueue.hxx
@@ -23,12 +23,12 @@
#include "gcc.h"
#include "gerror.h"
-struct locate_item_list;
+class SongFilter;
struct player_control;
gcc_nonnull(1,2)
bool
findAddIn(struct player_control *pc, const char *name,
- const struct locate_item_list *criteria, GError **error_r);
+ const SongFilter *filter, GError **error_r);
#endif