StickerDatabase: convert the struct name to upper case
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_STICKER_PRINT_HXX
|
||||
#define MPD_STICKER_PRINT_HXX
|
||||
|
||||
struct sticker;
|
||||
struct Sticker;
|
||||
class Client;
|
||||
|
||||
/**
|
||||
@@ -33,6 +33,6 @@ sticker_print_value(Client &client, const char *name, const char *value);
|
||||
* Sends all sticker values to the client.
|
||||
*/
|
||||
void
|
||||
sticker_print(Client &client, const sticker &sticker);
|
||||
sticker_print(Client &client, const Sticker &sticker);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user