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