From 024b65b5e518b9a7c9ab3e241ef050cc962a4619 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Tue, 27 Oct 2020 17:14:40 -0500 Subject: [PATCH] Cleanup: Update comment This comment has to be updated since it was moved from the header file to the source file. --- source/blender/blenkernel/intern/idprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenkernel/intern/idprop.c b/source/blender/blenkernel/intern/idprop.c index 13ceba8cc9f..8f3bff7e9af 100644 --- a/source/blender/blenkernel/intern/idprop.c +++ b/source/blender/blenkernel/intern/idprop.c @@ -952,7 +952,7 @@ bool IDP_EqualsProperties(IDProperty *prop1, IDProperty *prop2) * This function takes three arguments: the ID property type, a union which defines * its initial value, and a name. * - * The union is simple to use; see the top of this header file for its definition. + * The union is simple to use; see the top of BKE_idprop.h for its definition. * An example of using this function: * * \code{.c}