From 2921d48239da85b995c77980cc5bf91ea4a69c3e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Mar 2013 00:53:57 +0000 Subject: code cleanup: unused vars in collada, preprocessor formatting & warning in mingw. also compiling without bullet needed a stub added. --- source/blender/compositor/COM_compositor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 a64583b68ff..fc546188816 100644 --- a/source/blender/compositor/COM_compositor.h +++ b/source/blender/compositor/COM_compositor.h @@ -20,9 +20,9 @@ * Monique Dewanchand */ - #ifdef __cplusplus +#ifdef __cplusplus extern "C" { - #endif +#endif #include "DNA_color_types.h" #include "DNA_node_types.h" -- cgit v1.2.3