From 8d634c1b27dca7b0b30da461c4be5dccbdbfea9e Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Wed, 25 Aug 2021 10:00:18 +0200 Subject: Cleanup: Mentioning incorrect source file in comment. Code mentions that ID_* were defined in DNA_ID.h but are actually defined in DNA_ID_enums.h. --- source/blender/blenkernel/BKE_idtype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_idtype.h') diff --git a/source/blender/blenkernel/BKE_idtype.h b/source/blender/blenkernel/BKE_idtype.h index 28171b2b363..b0939ec884d 100644 --- a/source/blender/blenkernel/BKE_idtype.h +++ b/source/blender/blenkernel/BKE_idtype.h @@ -114,8 +114,8 @@ typedef struct IDTypeInfo { /* ********** General IDType data. ********** */ /** - * Unique identifier of this type, either as a short or an array of two chars, see DNA_ID.h's - * ID_XX enums. + * Unique identifier of this type, either as a short or an array of two chars, see + * DNA_ID_enums.h's ID_XX enums. */ short id_code; /** -- cgit v1.2.3