Don't scan for darframes/flatfields/cluts if folder is not set, #2238
This commit is contained in:
@@ -78,7 +78,7 @@ protected:
|
||||
class DFManager
|
||||
{
|
||||
public:
|
||||
void init( Glib::ustring pathname );
|
||||
void init(const Glib::ustring &pathname);
|
||||
Glib::ustring getPathname()
|
||||
{
|
||||
return currentPath;
|
||||
|
||||
Reference in New Issue
Block a user