diff options
Diffstat (limited to 'include/basegfx/point/b2dpoint.hxx')
-rw-r--r-- | include/basegfx/point/b2dpoint.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/point/b2dpoint.hxx b/include/basegfx/point/b2dpoint.hxx index c5b87d95e40b..cee2170503e9 100644 --- a/include/basegfx/point/b2dpoint.hxx +++ b/include/basegfx/point/b2dpoint.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_POINT_B2DPOINT_HXX -#define _BGFX_POINT_B2DPOINT_HXX +#ifndef INCLUDED_BASEGFX_POINT_B2DPOINT_HXX +#define INCLUDED_BASEGFX_POINT_B2DPOINT_HXX #include <ostream> @@ -145,6 +145,6 @@ inline std::basic_ostream<charT, traits> & operator <<( return stream << "(" << point.getX() << "," << point.getY() << ")"; } -#endif /* _BGFX_POINT_B2DPOINT_HXX */ +#endif // INCLUDED_BASEGFX_POINT_B2DPOINT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |