aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker/StickerPrint.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sticker/StickerPrint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker/StickerPrint.cxx b/src/sticker/StickerPrint.cxx
index b5dde512e..1682abf77 100644
--- a/src/sticker/StickerPrint.cxx
+++ b/src/sticker/StickerPrint.cxx
@@ -38,7 +38,7 @@ print_sticker_cb(const char *name, const char *value, void *data)
}
void
-sticker_print(Client &client, const sticker &sticker)
+sticker_print(Client &client, const Sticker &sticker)
{
sticker_foreach(sticker, print_sticker_cb, &client);
}