Skip to content

Fix msvc build

Sune Vuorela requested to merge svuorela/poppler:svuorela/fix-msvc-build into master

Apparantly, msvc can't handle defaulted constructors where the class contains a incomplete type in a unique_ptr.

Move the defaulted constructor implementation to cpp file to ensure it is no longer a incomplete type

Merge request reports