fix(CI): AppleClang build failed fix
This commit is contained in:
parent
b11ea43ee5
commit
e472000507
|
@ -27,6 +27,7 @@ Exiv2Wrapper::~Exiv2Wrapper()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_EXIV2_VERSION // stupid AppleClang...
|
||||||
template<typename Collection, typename Iterator>
|
template<typename Collection, typename Iterator>
|
||||||
void Exiv2Wrapper::cacheSection(Collection collection)
|
void Exiv2Wrapper::cacheSection(Collection collection)
|
||||||
{
|
{
|
||||||
|
@ -51,6 +52,7 @@ void Exiv2Wrapper::cacheSection(Collection collection)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif // HAVE_EXIV2_VERSION
|
||||||
|
|
||||||
bool Exiv2Wrapper::load(const QString &filePath)
|
bool Exiv2Wrapper::load(const QString &filePath)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user