Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-05-28 20:35:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-28 20:35:47 +0400
commitfc7c0506b8f4e7082804b27ea470ce348144d707 (patch)
treecf24ef3aac51c5e43c23a5de1cd23de0134a87ab /source/blender/compositor/operations/COM_BokehBlurOperation.h
parent88d385ef70a1b8775abad29c2ec3180ff3474c82 (diff)
bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unused defines and correct include guards.
Diffstat (limited to 'source/blender/compositor/operations/COM_BokehBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_BokehBlurOperation.h5
1 files changed, 3 insertions, 2 deletions
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"