fixed compilation error with Apple Clang 7.0.0
(cherry picked from commit dd5b10d9dc8eb7447e37ac30ddd7545897c878b0)
This commit is contained in:
committed by
Lawrence Lee
parent
38eb9f9f18
commit
30e77ee96f
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user