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-23 15:05:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-23 15:11:39 +0300
commitb4b569feebd0c2486808ebb93b5b1fcac8aae749 (patch)
treec09057ec6b9556d4672c7fca5d470f21696f50d8 /source/blender/makesdna/DNA_workspace_types.h
parentc0ac4791341851cc2435c47b96304de38f88120c (diff)
Cleanup: rename idname -> name
This isn't for ID's
Diffstat (limited to 'source/blender/makesdna/DNA_workspace_types.h')
-rw-r--r--source/blender/makesdna/DNA_workspace_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_workspace_types.h b/source/blender/makesdna/DNA_workspace_types.h
index 784e563486f..83b6867afd3 100644
--- a/source/blender/makesdna/DNA_workspace_types.h
+++ b/source/blender/makesdna/DNA_workspace_types.h
@@ -182,7 +182,7 @@ typedef struct WorkSpaceDataRelation {
void *value;
/** Use when we reference non-ID data, this allows use to look it up when linking in a workspace. */
- char value_idname[64]; /* MAX_NAME. */
+ char value_name[64]; /* MAX_NAME. */
} WorkSpaceDataRelation;
#endif /* DNA_PRIVATE_WORKSPACE_READ_WRITE */