summaryrefslogtreecommitdiffstats
path: root/include/basebmp/greylevelformats.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basebmp/greylevelformats.hxx')
-rw-r--r--include/basebmp/greylevelformats.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basebmp/greylevelformats.hxx b/include/basebmp/greylevelformats.hxx
index 3fcd90fcda5f..705c26d7d506 100644
--- a/include/basebmp/greylevelformats.hxx
+++ b/include/basebmp/greylevelformats.hxx
@@ -63,7 +63,7 @@ template< typename PixelType,
}
};
-//-----------------------------------------------------------------------------
+
template< class Iterator,
class Accessor,
@@ -95,7 +95,7 @@ template< int BitsPerPixel,
(1UL << BitsPerPixel)-1 >
{};
-//-----------------------------------------------------------------------------
+
// 1bpp MSB
typedef PixelFormatTraitsTemplate_PackedGreylevel<1, true> PixelFormatTraits_GREY1_MSB;