]> err.no Git - mapper/commitdiff
Fix
authorKaj-Michael Lang <milang@tal.org>
Fri, 11 Apr 2008 10:25:07 +0000 (13:25 +0300)
committerKaj-Michael Lang <milang@tal.org>
Fri, 11 Apr 2008 10:25:07 +0000 (13:25 +0300)
src/poi.h

index e488e78858c0cbd43688ffa44428abc3253ad15e..93ef00eef80a35c04b9fdb3b3b838da41e335c5f 100644 (file)
--- a/src/poi.h
+++ b/src/poi.h
@@ -147,7 +147,7 @@ gboolean poi_category_delete(guint id);
 gboolean poi_category_update(guint cat_id, poi_category *c);
 gboolean poi_category_toggle(guint cat_id, gboolean cat_enabled);
 
-GdkPixbuf *poi_get_icon(gchar *icon, gboolean big);
+GdkPixbuf *poi_get_icon(const gchar *icon, gboolean big);
 const gchar *poi_get_icon_from_type(node_type_t t);
 void poi_icon_hash_clear(void);