lensfun: added possibility to use a private copy of the LF database

This commit is contained in:
Alberto Griggio
2017-09-14 11:34:41 +02:00
parent 5b3d60bf56
commit 008f280e29
7 changed files with 40 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ class LFDatabase final :
public NonCopyable
{
public:
static bool init();
static bool init(const Glib::ustring &dbdir);
static const LFDatabase *getInstance();
~LFDatabase();