summaryrefslogtreecommitdiff
path: root/boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp')
-rw-r--r--boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp b/boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp
index 59710c3079..5fa37b31c6 100644
--- a/boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp
+++ b/boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp
@@ -26,7 +26,7 @@ struct get_pixel_type : mpl::if_< typename is_bit_aligned< typename View::value_
template< typename ImageViewTypes >
struct get_pixel_type< any_image_view< ImageViewTypes > >
{
- typedef any_image_pixel_t type;
+ using type = any_image_pixel_t;
};
} // namespace gil