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:
authorCampbell Barton <ideasman42@gmail.com>2018-12-22 00:14:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-22 00:14:41 +0300
commitf1f8859ad52bd274f96c965457d4f5aa999366e9 (patch)
tree03cbcec0fbb5b3693f4bc34070c953a9087d18aa /source/blender/editors/include
parentafa3aec45d95c225c0388615ad5d0549769df1fe (diff)
Cleanup: const cast
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h
index 35f5000f4b7..4adf040f1ea 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -310,7 +310,7 @@ bool ED_operator_camera(struct bContext *C);
/* screen_user_menu.c */
-bUserMenu **ED_screen_user_menus_find(struct bContext *C, uint *r_len);
+bUserMenu **ED_screen_user_menus_find(const struct bContext *C, uint *r_len);
struct bUserMenu *ED_screen_user_menu_ensure(struct bContext *C);