diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-11-09 12:01:12 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-11-09 12:01:12 +0000 |
| commit | 2a57459e1a0d01debbafe0884eae15fb15ea3745 (patch) | |
| tree | 0d8101590e06bb6d09d58e71d8cfa7da20021cb9 /src/ui/icon-loader.h | |
| parent | Move icon-loader and provide a temporary fallback to render pixbuf (diff) | |
| download | inkscape-2a57459e1a0d01debbafe0884eae15fb15ea3745.tar.gz inkscape-2a57459e1a0d01debbafe0884eae15fb15ea3745.zip | |
Fix codding style
Diffstat (limited to 'src/ui/icon-loader.h')
| -rw-r--r-- | src/ui/icon-loader.h | 2 |
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 |
