fixed compilation error with Apple Clang 7.0.0

(cherry picked from commit dd5b10d9dc8eb7447e37ac30ddd7545897c878b0)
This commit is contained in:
Alberto Griggio
2020-04-20 07:32:55 -07:00
committed by Lawrence Lee
parent 38eb9f9f18
commit 30e77ee96f
2 changed files with 3 additions and 2 deletions

View File

@@ -632,7 +632,7 @@ void ExifPanel::onEditExifTagValue(const Glib::ustring &path, const Glib::ustrin
auto row = *it;
std::string key = row[exifColumns.key];
changeList[key] = value;
(*changeList)[key] = value;
if (!all_keys_active()) {
cur_active_keys_.insert(key);
}