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-05-30 18:38:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-30 18:38:07 +0300
commit9fabe3ef530189c23763681262e5e31b56620d08 (patch)
tree0f3023a1ee86ebb7aad0c486bb8b6c6c72a41a61 /source/blender/editors/animation/keyframing.c
parentefd0333a9c11ed4f60d1090fb97703db785ecd4a (diff)
Cleanup: quiet warning
Diffstat (limited to 'source/blender/editors/animation/keyframing.c')
-rw-r--r--source/blender/editors/animation/keyframing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index 4f1149ca450..b89e1a67813 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -1827,7 +1827,7 @@ static int insert_key_button_exec(bContext *C, wmOperator *op)
if (path) {
const char *identifier = RNA_property_identifier(prop);
- char *group = NULL;
+ const char *group = NULL;
/* Special exception for keyframing transforms:
* Set "group" for this manually, instead of having them appearing at the bottom (ungrouped)