diff options
Diffstat (limited to 'src/DatabasePrint.hxx')
-rw-r--r-- | src/DatabasePrint.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx index 65e0c988c..b06d77165 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) |