diff --git a/colorcorrection/gammaramp.h b/colorcorrection/gammaramp.h --- a/colorcorrection/gammaramp.h +++ b/colorcorrection/gammaramp.h @@ -42,6 +42,9 @@ uint16_t *red = nullptr; uint16_t *green = nullptr; uint16_t *blue = nullptr; + +private: + Q_DISABLE_COPY(GammaRamp) }; }