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:
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_Rect.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_Rect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Rasterizer/RAS_Rect.h b/source/gameengine/Rasterizer/RAS_Rect.h
index d307a1f62ee..c845c2c21bd 100644
--- a/source/gameengine/Rasterizer/RAS_Rect.h
+++ b/source/gameengine/Rasterizer/RAS_Rect.h
@@ -29,8 +29,8 @@
* \ingroup bgerast
*/
-#ifndef _RAS_RECT
-#define _RAS_RECT
+#ifndef __RAS_RECT_H__
+#define __RAS_RECT_H__
#ifdef WITH_CXX_GUARDEDALLOC
#include "MEM_guardedalloc.h"
@@ -102,5 +102,5 @@ public:
#endif
};
-#endif // _RAS_RECT
+#endif // __RAS_RECT_H__