Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2020-02-14 18:17:01 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-02-14 18:17:01 +0300
commite34ff4926fad08cf63f479a0a1ebd0849cdd1f8e (patch)
tree53155ebd94f90058de25033df056e09dd6e0b419 /source/blender/editors/include
parent60e823fe228fd6535dac204577fabb457b4679c9 (diff)
Cleanup: Fix compiler warning
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h2
1 files changed, 1 insertions, 1 deletions
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,