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_DirectionalBlurOperation.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_DirectionalBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_DirectionalBlurOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_DirectionalBlurOperation.h b/source/blender/compositor/operations/COM_DirectionalBlurOperation.h
index e13a13116db..641499ddde4 100644
--- a/source/blender/compositor/operations/COM_DirectionalBlurOperation.h
+++ b/source/blender/compositor/operations/COM_DirectionalBlurOperation.h
@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
-#ifndef _COM_BokehDirectionalBlurOperation_h
-#define _COM_DirectionalBlurOperation_h
+#ifndef __COM_DIRECTIONALBLUROPERATION_H__
+#define __COM_DIRECTIONALBLUROPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_QualityStepHelper.h"