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:53:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-08 04:53:22 +0300
commite71470e3160ea37df46d4808c3c63d899a997205 (patch)
treec21d15b900ee5783bae6ce309c552396e436ce49 /source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
parent441177b1c79f7ee8fb3764feb5a1ee1fc97ec263 (diff)
parentf86c965d7f22b1a9b633ac3039e32327030822f3 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
index e1e276d0dc4..c9ecfa9fb7b 100644
--- a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
+++ b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
-#ifndef _COM_ScreenLensDistortionOperation_h
-#define _COM_ScreenLensDistortionOperation_h
+#ifndef __COM_SCREENLENSDISTORTIONOPERATION_H__
+#define __COM_SCREENLENSDISTORTIONOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"