Fix return type in recent gizmo key-map refactor

This commit is contained in:
Campbell Barton
2019-06-03 16:59:22 +10:00
parent 19dcb22a88
commit 2c18e400e8

View File

@@ -2564,7 +2564,7 @@ static int wm_handlers_do_keymap_with_keymap_handler(
return action;
}
static bool wm_handlers_do_keymap_with_gizmo_handler(
static int wm_handlers_do_keymap_with_gizmo_handler(
/* From 'wm_handlers_do_intern' */
bContext *C,
wmEvent *event,