diff options
Diffstat (limited to 'include/basegfx/range/b2irange.hxx')
-rw-r--r-- | include/basegfx/range/b2irange.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/range/b2irange.hxx b/include/basegfx/range/b2irange.hxx index 6befb1efd2f4..65756dfb7600 100644 --- a/include/basegfx/range/b2irange.hxx +++ b/include/basegfx/range/b2irange.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_RANGE_B2IRANGE_HXX -#define _BGFX_RANGE_B2IRANGE_HXX +#ifndef INCLUDED_BASEGFX_RANGE_B2IRANGE_HXX +#define INCLUDED_BASEGFX_RANGE_B2IRANGE_HXX #include <ostream> #include <vector> @@ -294,6 +294,6 @@ inline std::basic_ostream<charT, traits> & operator <<( << "@(" << range.getMinX() << "," << range.getMinY() << ")"; } -#endif /* _BGFX_RANGE_B2IRANGE_HXX */ +#endif // INCLUDED_BASEGFX_RANGE_B2IRANGE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |