diff options
Diffstat (limited to 'src/iconthemewrapper.h')
-rw-r--r-- | src/iconthemewrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iconthemewrapper.h b/src/iconthemewrapper.h index 81fb8d8..3a8bde5 100644 --- a/src/iconthemewrapper.h +++ b/src/iconthemewrapper.h @@ -13,7 +13,7 @@ namespace procman public: // returns 0 instead of raising an exception Glib::RefPtr<Gdk::Pixbuf> - load_icon(const Glib::ustring& icon_name, int size, Gtk::IconLookupFlags flags) const; + load_icon(const Glib::ustring& icon_name, int size) const; const IconThemeWrapper* operator->() const { return this; } |