fix for GCC compiler error, test reference file

This commit is contained in:
norbertwg
2022-10-09 15:55:58 +02:00
parent 1d291ba06d
commit 3c87d82cd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ static constexpr auto easyAccess = std::array{
std::make_tuple("AF point", &Exiv2::afPoint, "AFpoint"),
};
static const void printFct(EasyAccessFct fct, Exiv2::ExifData ed, const char* label) {
static void printFct(EasyAccessFct fct, Exiv2::ExifData ed, const char* label) {
auto pos = fct(ed);
std::cout << std::setw(21) << std::left << label;
if (pos != ed.end()) {