diff --git a/app/exiv2wrapper.cpp b/app/exiv2wrapper.cpp index 36d280d..48e3604 100644 --- a/app/exiv2wrapper.cpp +++ b/app/exiv2wrapper.cpp @@ -27,6 +27,7 @@ Exiv2Wrapper::~Exiv2Wrapper() } +#ifdef HAVE_EXIV2_VERSION // stupid AppleClang... template void Exiv2Wrapper::cacheSection(Collection collection) { @@ -51,6 +52,7 @@ void Exiv2Wrapper::cacheSection(Collection collection) } } } +#endif // HAVE_EXIV2_VERSION bool Exiv2Wrapper::load(const QString &filePath) {