diff options
Diffstat (limited to '')
-rw-r--r-- | src/DecoderPrint.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DecoderPrint.hxx b/src/DecoderPrint.hxx index e6e14aef3..d94ba2cef 100644 --- a/src/DecoderPrint.hxx +++ b/src/DecoderPrint.hxx @@ -20,9 +20,9 @@ #ifndef MPD_DECODER_PRINT_HXX #define MPD_DECODER_PRINT_HXX -struct client; +class Client; void -decoder_list_print(struct client *client); +decoder_list_print(Client *client); #endif |