From fb0f61c0b09aedaf536369becdc9e9e77609275f Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 4 Apr 2007 13:58:12 +0000 Subject: === Node editor === * refactor copying and freeing of node->storage by handlerizing them. - freestoragefunc - copystoragefunc - node_util.c/h have generic handlers for these. --- source/blender/nodes/intern/CMP_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/nodes/intern/CMP_util.h') diff --git a/source/blender/nodes/intern/CMP_util.h b/source/blender/nodes/intern/CMP_util.h index fd132ab7d49..515980bc563 100644 --- a/source/blender/nodes/intern/CMP_util.h +++ b/source/blender/nodes/intern/CMP_util.h @@ -62,7 +62,7 @@ #include "BKE_library.h" #include "../CMP_node.h" - +#include "node_util.h" #include "BIF_gl.h" #include "BIF_glutil.h" -- cgit v1.2.3