diff options
Diffstat (limited to 'src/db/DatabasePrint.hxx')
-rw-r--r-- | src/db/DatabasePrint.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db/DatabasePrint.hxx b/src/db/DatabasePrint.hxx index f336d9ff5..ef75dae36 100644 --- a/src/db/DatabasePrint.hxx +++ b/src/db/DatabasePrint.hxx @@ -29,10 +29,11 @@ class Error; /** * @param full print attributes/tags + * @param base print only base name of songs/directories? */ bool db_selection_print(Client &client, const DatabaseSelection &selection, - bool full, Error &error); + bool full, bool base, Error &error); gcc_nonnull(2) bool |