summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:33:08 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:07 +0200
commit479a012429c4a431c4a680c282c01e5b9e09bf2f (patch)
tree2cf830374d731715b4b8ade0e99b8e7ac391c3e1 /basebmp
parent5973c2d34a10ff5140626c2a2555925f69e7a3b5 (diff)
fixincludeguards.sh: basebmp
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: */