Further cleanup of include dependencies
This commit is contained in:
@@ -213,7 +213,7 @@ bool ExtProgStore::spawnCommandAsync (const Glib::ustring& cmd)
|
||||
|
||||
} catch (const Glib::Exception& exception) {
|
||||
|
||||
if (options.rtSettings.verbose) {
|
||||
if (rtengine::settings->verbose) {
|
||||
std::cerr << "Failed to execute \"" << cmd << "\": " << exception.what() << std::endl;
|
||||
}
|
||||
|
||||
@@ -232,7 +232,7 @@ bool ExtProgStore::spawnCommandSync (const Glib::ustring& cmd)
|
||||
|
||||
} catch (const Glib::Exception& exception) {
|
||||
|
||||
if (options.rtSettings.verbose) {
|
||||
if (rtengine::settings->verbose) {
|
||||
std::cerr << "Failed to execute \"" << cmd << "\": " << exception.what() << std::endl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user