aboutsummaryrefslogtreecommitdiff
path: root/src/DatabasePrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabasePrint.hxx')
-rw-r--r--src/DatabasePrint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx
index 65e0c988..b06d7716 100644
--- a/src/DatabasePrint.hxx
+++ b/src/DatabasePrint.hxx
@@ -27,12 +27,12 @@
struct client;
struct locate_item_list;
-struct db_selection;
+struct DatabaseSelection;
struct db_visitor;
gcc_nonnull(1)
bool
-db_selection_print(struct client *client, const db_selection &selection,
+db_selection_print(struct client *client, const DatabaseSelection &selection,
bool full, GError **error_r);
gcc_nonnull(1,2)