summaryrefslogtreecommitdiffstats
path: root/src/ui/icon-loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/icon-loader.h')
-rw-r--r--src/ui/icon-loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/icon-loader.h b/src/ui/icon-loader.h
index dd4b3a4ce..3f7f1fcb8 100644
--- a/src/ui/icon-loader.h
+++ b/src/ui/icon-loader.h
@@ -24,5 +24,5 @@ Glib::RefPtr<Gdk::Pixbuf> sp_get_icon_pixbuf(Glib::ustring icon_name, gchar cons
Gtk::Image *sp_get_icon_image(Glib::ustring icon_name, Gtk::BuiltinIconSize icon_size);
Gtk::Image *sp_get_icon_image(Glib::ustring icon_name, Gtk::IconSize icon_size);
Gtk::Image *sp_get_icon_image(Glib::ustring icon_name, gchar const *prefs_sice);
-GtkWidget *sp_get_icon_image(Glib::ustring icon_name, GtkIconSize icon_size);
+GtkWidget *sp_get_icon_image(Glib::ustring icon_name, GtkIconSize icon_size);
#endif // SEEN_INK_STOCK_ITEMS_H