From 1360147e9e2d57157ab8e40f1161b97a8ca76ebc Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 10 Jul 2012 12:42:03 +0000 Subject: Tag ununsed variable and make function real explicit prototype. --- source/blender/compositor/COM_compositor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/COM_compositor.h') diff --git a/source/blender/compositor/COM_compositor.h b/source/blender/compositor/COM_compositor.h index 60bceba5765..c65ea771477 100644 --- a/source/blender/compositor/COM_compositor.h +++ b/source/blender/compositor/COM_compositor.h @@ -303,7 +303,7 @@ void COM_execute(RenderData* rd, bNodeTree *editingtree, int rendering); * @brief Return a list of highlighted bnodes pointers. * @return */ -void COM_startReadHighlights(); +void COM_startReadHighlights(void); /** * @brief check if a bnode is highlighted -- cgit v1.2.3