summaryrefslogtreecommitdiffstats
path: root/include/basegfx/raster/bpixelraster.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/raster/bpixelraster.hxx')
-rw-r--r--include/basegfx/raster/bpixelraster.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/raster/bpixelraster.hxx b/include/basegfx/raster/bpixelraster.hxx
index ed7ac931d805..19a898e31930 100644
--- a/include/basegfx/raster/bpixelraster.hxx
+++ b/include/basegfx/raster/bpixelraster.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_RASTER_BPIXELRASTER_HXX
-#define _BGFX_RASTER_BPIXELRASTER_HXX
+#ifndef INCLUDED_BASEGFX_RASTER_BPIXELRASTER_HXX
+#define INCLUDED_BASEGFX_RASTER_BPIXELRASTER_HXX
#include <algorithm>
#include <string.h>
@@ -94,6 +94,6 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif /* _BGFX_RASTER_BPIXELRASTER_HXX */
+#endif // INCLUDED_BASEGFX_RASTER_BPIXELRASTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */