summaryrefslogtreecommitdiffstats
path: root/gfx/rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/rect.h')
-rw-r--r--gfx/rect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gfx/rect.h b/gfx/rect.h
index 3ac9d19..c3c01ad 100644
--- a/gfx/rect.h
+++ b/gfx/rect.h
@@ -9,8 +9,8 @@
// rectangles with negative width and/or height), but there will be assertions
// in the operations (such as contain()) to complain in this case.
-#ifndef GFX_RECT_H_
-#define GFX_RECT_H_
+#ifndef BASE_GFX_RECT_H__
+#define BASE_GFX_RECT_H__
#include <iosfwd>
@@ -162,4 +162,4 @@ class Rect {
std::ostream& operator<<(std::ostream& out, const gfx::Rect& r);
-#endif // GFX_RECT_H_
+#endif // BASE_GFX_RECT_H__