Closed sjuxax closed 1 year ago
This is required to build with exiv2 0.28+, which dropped Exiv2::*::AutoPtr. I simply replaced occurrences of that with UniquePtr and it seem to work OK. It may not be correct, but it got me running again. :)
Exiv2::*::AutoPtr
UniquePtr
Just saw #222 which appears to be a more complete version of the same fix. Closing.
This is required to build with exiv2 0.28+, which dropped
Exiv2::*::AutoPtr
. I simply replaced occurrences of that withUniquePtr
and it seem to work OK. It may not be correct, but it got me running again. :)