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:
committed by
Stefan Seefeld
parent
68b36f5be8
commit
6bd2a8a25e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user