summaryrefslogtreecommitdiffstats
path: root/include/basebmp/pixelformatadapters.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basebmp/pixelformatadapters.hxx')
-rw-r--r--include/basebmp/pixelformatadapters.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basebmp/pixelformatadapters.hxx b/include/basebmp/pixelformatadapters.hxx
index 09cc9368394d..3789b7eb0360 100644
--- a/include/basebmp/pixelformatadapters.hxx
+++ b/include/basebmp/pixelformatadapters.hxx
@@ -55,7 +55,7 @@ template< typename Getter,
};
};
-//-----------------------------------------------------------------------------
+
/** Convert color value to pixel data type
*/
@@ -68,7 +68,7 @@ template< class Accessor, typename DataType > struct ColorConvert
}
};
-//-----------------------------------------------------------------------------
+
/** Macro generates partial specialization for color-conversion
UnaryFunctionAccessorAdapter, and the given getter/setter functors