diff options
Diffstat (limited to '')
-rw-r--r-- | src/TagPrint.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/TagPrint.hxx b/src/TagPrint.hxx index 99e1d0850..48bfc72cc 100644 --- a/src/TagPrint.hxx +++ b/src/TagPrint.hxx @@ -20,11 +20,12 @@ #ifndef MPD_TAG_PRINT_HXX #define MPD_TAG_PRINT_HXX -struct tag; +struct Tag; class Client; void tag_print_types(Client *client); -void tag_print(Client *client, const struct tag *tag); +void +tag_print(Client *client, const Tag &tag); #endif |