Skip to content

Remove PDFDoc::init

Albert Astals Cid requested to merge aacid/poppler:remove_pdfdoc_init into master

By having the initialization directly in the member definition we make sure that if ever we introduce a new constructor we will not forget to call init()

Merge request reports