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>2015-03-30 13:29:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-30 14:15:06 +0300
commit4aeb34dc82e904660a1df06617406028b5331ff1 (patch)
treeb5053828fae7ca04ff04695280eb486d347a65d0 /source/blender/editors/space_graph/graph_buttons.c
parent98cbde91d2b6dba76875a078f705c77733cbb1e2 (diff)
Cleanup: use const for typeinfo
Diffstat (limited to 'source/blender/editors/space_graph/graph_buttons.c')
-rw-r--r--source/blender/editors/space_graph/graph_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_buttons.c b/source/blender/editors/space_graph/graph_buttons.c
index f1e094c31ed..e0b62722d57 100644
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@ -172,7 +172,7 @@ static void graph_panel_properties(const bContext *C, Panel *pa)
}
else {
/* NLA Control Curve, etc. */
- bAnimChannelType *acf = ANIM_channel_get_typeinfo(ale);
+ const bAnimChannelType *acf = ANIM_channel_get_typeinfo(ale);
/* get name */
if (acf && acf->name) {