diff options
Diffstat (limited to 'gfx/point.h')
-rw-r--r-- | gfx/point.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gfx/point.h b/gfx/point.h index 513d555..2914464 100644 --- a/gfx/point.h +++ b/gfx/point.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef BASE_GFX_POINT_H__ -#define BASE_GFX_POINT_H__ +#ifndef GFX_POINT_H_ +#define GFX_POINT_H_ #include "build/build_config.h" @@ -77,4 +77,4 @@ class Point { std::ostream& operator<<(std::ostream& out, const gfx::Point& p); -#endif // BASE_GFX_POINT_H__ +#endif // GFX_POINT_H_ |