More procparams.h relaxation

This commit is contained in:
Flössie
2019-03-01 17:40:02 +01:00
parent 0cbc4923bc
commit 57d030881d
76 changed files with 597 additions and 538 deletions

View File

@@ -32,7 +32,7 @@
#include "threadutils.h"
class CacheManager;
class ParamsEdited;
struct ParamsEdited;
class Thumbnail
{
@@ -51,7 +51,7 @@ class Thumbnail
float imgRatio; // hack to avoid rounding error
// double scale; // portion of the sizes of the processed thumbnail image and the full scale image
std::unique_ptr<rtengine::procparams::ProcParams> pparams;
const std::unique_ptr<rtengine::procparams::ProcParams> pparams;
bool pparamsValid;
bool imageLoading;