From 5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 22:53:12 +0100 Subject: TagPool, ...: include cleanup --- src/SongSticker.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/SongSticker.cxx') diff --git a/src/SongSticker.cxx b/src/SongSticker.cxx index 40af50b3..86385fc3 100644 --- a/src/SongSticker.cxx +++ b/src/SongSticker.cxx @@ -114,12 +114,12 @@ struct sticker_song_find_data { size_t base_uri_length; void (*func)(struct song *song, const char *value, - gpointer user_data); - gpointer user_data; + void *user_data); + void *user_data; }; static void -sticker_song_find_cb(const char *uri, const char *value, gpointer user_data) +sticker_song_find_cb(const char *uri, const char *value, void *user_data) { struct sticker_song_find_data *data = (struct sticker_song_find_data *)user_data; @@ -136,8 +136,8 @@ sticker_song_find_cb(const char *uri, const char *value, gpointer user_data) bool sticker_song_find(Directory *directory, const char *name, void (*func)(struct song *song, const char *value, - gpointer user_data), - gpointer user_data) + void *user_data), + void *user_data) { struct sticker_song_find_data data; data.directory = directory; -- cgit v1.2.3