From b4b569feebd0c2486808ebb93b5b1fcac8aae749 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 May 2018 14:05:12 +0200 Subject: Cleanup: rename idname -> name This isn't for ID's --- source/blender/makesdna/DNA_workspace_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') 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 */ -- cgit v1.2.3