Further cleanup of include dependencies
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
#include "options.h"
|
||||
#include "../rtengine/settings.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
@@ -215,7 +215,7 @@ Cairo::RefPtr<Cairo::ImageSurface> RTImage::createImgSurfFromFile (const Glib::u
|
||||
}
|
||||
*/
|
||||
} catch (const Glib::Exception& exception) {
|
||||
if (options.rtSettings.verbose) {
|
||||
if (rtengine::settings->verbose) {
|
||||
std::cerr << "Failed to load image \"" << fileName << "\": " << exception.what() << std::endl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user