summaryrefslogtreecommitdiff
path: root/boost/gil/extension/io/tiff/detail/reader_backend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/extension/io/tiff/detail/reader_backend.hpp')
-rw-r--r--boost/gil/extension/io/tiff/detail/reader_backend.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/gil/extension/io/tiff/detail/reader_backend.hpp b/boost/gil/extension/io/tiff/detail/reader_backend.hpp
index 6de7e61688..6c876a0c1f 100644
--- a/boost/gil/extension/io/tiff/detail/reader_backend.hpp
+++ b/boost/gil/extension/io/tiff/detail/reader_backend.hpp
@@ -27,7 +27,7 @@ struct reader_backend< Device
{
public:
- typedef tiff_tag format_tag_t;
+ using format_tag_t = tiff_tag;
public:
@@ -40,9 +40,9 @@ public:
, _scanline_length( 0 )
- , _red ( NULL )
- , _green( NULL )
- , _blue ( NULL )
+ , _red ( nullptr )
+ , _green( nullptr )
+ , _blue ( nullptr )
{
init_multipage_read( settings );