Cleanup: Fix compiler warning

This commit is contained in:
Antonio Vazquez 2020-02-14 16:17:01 +01:00
parent 60e823fe22
commit e34ff4926f
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ bool UI_but_active_only_ex(const struct bContext *C,
struct ARegion *ar,
uiBlock *block,
uiBut *but,
bool remove_on_failure);
const bool remove_on_failure);
bool UI_but_active_only(const struct bContext *C, struct ARegion *ar, uiBlock *block, uiBut *but);
bool UI_block_active_only_flagged_buttons(const struct bContext *C,
struct ARegion *ar,