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>2018-08-08 04:49:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-08 04:49:51 +0300
commitf86c965d7f22b1a9b633ac3039e32327030822f3 (patch)
treebaa889aca85f568f19da412eba48f88e137feebc /source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
parentd07d3e0987d5b4caf86ae1dc4749c0062a5b6189 (diff)
Cleanup: use conforming header guard
Diffstat (limited to 'source/blender/compositor/operations/COM_GlareSimpleStarOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_GlareSimpleStarOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h b/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
index 440f3ba147a..7f0cf7be46a 100644
--- a/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
+++ b/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
-#ifndef _COM_GlareSimpleStarOperation_h
-#define _COM_GlareSimpleStarOperation_h
+#ifndef __COM_GLARESIMPLESTAROPERATION_H__
+#define __COM_GLARESIMPLESTAROPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"
#include "COM_GlareBaseOperation.h"