Improve caching of lensfun mismatches

This commit is contained in:
Ingo Weyrich
2019-11-29 15:19:34 +01:00
parent b8dcd93a6a
commit 92e6768bee
2 changed files with 8 additions and 6 deletions

View File

@@ -21,6 +21,7 @@
#pragma once
#include <memory>
#include <set>
#include <vector>
#include <glibmm/ustring.h>
@@ -135,7 +136,7 @@ private:
mutable MyMutex lfDBMutex;
static LFDatabase instance_;
lfDatabase *data_;
static Glib::ustring lastKey;
static std::set<std::string> notFound;
};
} // namespace rtengine