Improve caching of lensfun mismatches
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user