X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fkeymapsettings.cpp;h=787b0543cd1600d632072e75c26c8012c317eabb;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=f0e4d2ce8b0e05d09180cfb0421343bbd26237d9;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/keymapsettings.cpp b/synfig-studio/trunk/src/gtkmm/keymapsettings.cpp index f0e4d2c..787b054 100644 --- a/synfig-studio/trunk/src/gtkmm/keymapsettings.cpp +++ b/synfig-studio/trunk/src/gtkmm/keymapsettings.cpp @@ -80,7 +80,7 @@ bool KeyMapSettings::set_key(const char *path, guint key, Gdk::ModifierType mod, } } -bool KeyMapSettings::get_key(const char *path, AccelKey *key) +bool KeyMapSettings::get_key(const char *path, Gtk::AccelKey *key) { GtkAccelKey ac; if(gtk_accel_map_lookup_entry(path,&ac))