summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/source/intconversion.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basebmp/source/intconversion.hxx b/basebmp/source/intconversion.hxx
index 5d16182a115a..a5360413663d 100644
--- a/basebmp/source/intconversion.hxx
+++ b/basebmp/source/intconversion.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASEBMP_INTCONVERSION_HXX
-#define INCLUDED_BASEBMP_INTCONVERSION_HXX
+#ifndef INCLUDED_BASEBMP_SOURCE_INTCONVERSION_HXX
+#define INCLUDED_BASEBMP_SOURCE_INTCONVERSION_HXX
#include <vigra/rgbvalue.hxx>
#include <functional>
@@ -83,6 +83,6 @@ namespace basebmp
};
}
-#endif /* INCLUDED_BASEBMP_INTCONVERSION_HXX */
+#endif // INCLUDED_BASEBMP_SOURCE_INTCONVERSION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */