From e34ff4926fad08cf63f479a0a1ebd0849cdd1f8e Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Fri, 14 Feb 2020 16:17:01 +0100 Subject: Cleanup: Fix compiler warning --- source/blender/editors/include/UI_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index 5bed153e995..e49d3f6ae53 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -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, -- cgit v1.2.3