[Bf-blender-cvs] [bb8497fd5d4] master: Cleanup: correct header guard

Campbell Barton noreply at git.blender.org
Wed Aug 8 05:11:27 CEST 2018


Commit: bb8497fd5d4a647c0b7221ed965dc58c9547a820
Author: Campbell Barton
Date:   Wed Aug 8 13:10:53 2018 +1000
Branches: master
https://developer.blender.org/rBbb8497fd5d4a647c0b7221ed965dc58c9547a820

Cleanup: correct header guard

Header guard was duplicated before renaming.

===================================================================

M	source/blender/compositor/operations/COM_MovieClipOperation.h

===================================================================

diff --git a/source/blender/compositor/operations/COM_MovieClipOperation.h b/source/blender/compositor/operations/COM_MovieClipOperation.h
index fae889ed202..2b696cd5df6 100644
--- a/source/blender/compositor/operations/COM_MovieClipOperation.h
+++ b/source/blender/compositor/operations/COM_MovieClipOperation.h
@@ -21,8 +21,8 @@
  */
 
 
-#ifndef __COM_IMAGEOPERATION_H__
-#define __COM_IMAGEOPERATION_H__
+#ifndef __COM_MOVIECLIPOPERATION_H__
+#define __COM_MOVIECLIPOPERATION_H__
 
 #include "COM_NodeOperation.h"
 #include "DNA_movieclip_types.h"



More information about the Bf-blender-cvs mailing list