Zipper made available for modification after RasterWriter finishes.

This commit is contained in:
tamasmeszaros 2019-10-23 17:10:14 +02:00
parent 16fd2820db
commit 77c52b748c
6 changed files with 63 additions and 68 deletions

View file

@ -217,4 +217,9 @@ void Zipper::finalize()
m_impl->blow_up();
}
const std::string &Zipper::get_filename() const
{
return m_impl->m_zipname;
}
}