From fc7c0506b8f4e7082804b27ea470ce348144d707 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 May 2013 16:35:47 +0000 Subject: bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unused defines and correct include guards. --- source/blender/compositor/operations/COM_BokehBlurOperation.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/operations/COM_BokehBlurOperation.h') diff --git a/source/blender/compositor/operations/COM_BokehBlurOperation.h b/source/blender/compositor/operations/COM_BokehBlurOperation.h index 74ca6b7b058..d2944825583 100644 --- a/source/blender/compositor/operations/COM_BokehBlurOperation.h +++ b/source/blender/compositor/operations/COM_BokehBlurOperation.h @@ -20,8 +20,9 @@ * Monique Dewanchand */ -#ifndef _COM_BokehBokehBlurOperation_h -#define _COM_BokehBlurOperation_h +#ifndef __COM_BOKEHBLUROPERATION_H__ +#define __COM_BOKEHBLUROPERATION_H__ + #include "COM_NodeOperation.h" #include "COM_QualityStepHelper.h" -- cgit v1.2.3