summaryrefslogtreecommitdiff
path: root/include/basegfx/polygon/b2dpolygon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/polygon/b2dpolygon.hxx')
-rw-r--r--include/basegfx/polygon/b2dpolygon.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/polygon/b2dpolygon.hxx b/include/basegfx/polygon/b2dpolygon.hxx
index 712de7787d2c..da88050c5238 100644
--- a/include/basegfx/polygon/b2dpolygon.hxx
+++ b/include/basegfx/polygon/b2dpolygon.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_POLYGON_B2DPOLYGON_HXX
-#define _BGFX_POLYGON_B2DPOLYGON_HXX
+#ifndef INCLUDED_BASEGFX_POLYGON_B2DPOLYGON_HXX
+#define INCLUDED_BASEGFX_POLYGON_B2DPOLYGON_HXX
#include <ostream>
@@ -238,6 +238,6 @@ inline std::basic_ostream<charT, traits> & operator <<(
return stream;
}
-#endif /* _BGFX_POLYGON_B2DPOLYGON_HXX */
+#endif // INCLUDED_BASEGFX_POLYGON_B2DPOLYGON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */