2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-19 02:22:09 +00:00

Fixed syntax error.

[SVN r84461]
This commit is contained in:
Christian Henning
2013-05-24 15:55:16 +00:00
committed by Stefan Seefeld
parent 68b36f5be8
commit 6bd2a8a25e

View File

@@ -779,9 +779,9 @@ public:
}
else
{
init_image( images
, this->_settings
);
this->init_image( images
, this->_settings
);
detail::dynamic_io_fnobj< detail::tiff_read_is_supported
, parent_t