Further cleanup of include dependencies
This commit is contained in:
@@ -602,7 +602,7 @@ std::vector<Glib::ustring> FileCatalog::getFileList()
|
||||
|
||||
names.push_back(Glib::build_filename(selectedDirectory, fname));
|
||||
} catch (Glib::Exception& exception) {
|
||||
if (options.rtSettings.verbose) {
|
||||
if (rtengine::settings->verbose) {
|
||||
std::cerr << exception.what() << std::endl;
|
||||
}
|
||||
}
|
||||
@@ -610,7 +610,7 @@ std::vector<Glib::ustring> FileCatalog::getFileList()
|
||||
|
||||
} catch (Glib::Exception& exception) {
|
||||
|
||||
if (options.rtSettings.verbose) {
|
||||
if (rtengine::settings->verbose) {
|
||||
std::cerr << "Failed to list directory \"" << selectedDirectory << "\": " << exception.what() << std::endl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user