Skip to content

Commit

Permalink
fix(CI): AppleClang build failed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Feb 15, 2023
1 parent b11ea43 commit e472000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/exiv2wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Exiv2Wrapper::~Exiv2Wrapper()

}

#ifdef HAVE_EXIV2_VERSION // stupid AppleClang...
template<typename Collection, typename Iterator>
void Exiv2Wrapper::cacheSection(Collection collection)
{
Expand All @@ -51,6 +52,7 @@ void Exiv2Wrapper::cacheSection(Collection collection)
}
}
}
#endif // HAVE_EXIV2_VERSION

bool Exiv2Wrapper::load(const QString &filePath)
{
Expand Down

0 comments on commit e472000

Please sign in to comment.