X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcolorcorrection%2Frgbparadegenerator.h;h=80c9c4892d833a2832e3e860cb7df9d50d52446c;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=17a3752b0970024c7f5af76294847f538494d81d;hpb=b1126cff8563150c39f529476e92d48abce46737;p=kdenlive diff --git a/src/colorcorrection/rgbparadegenerator.h b/src/colorcorrection/rgbparadegenerator.h index 17a3752b..80c9c489 100644 --- a/src/colorcorrection/rgbparadegenerator.h +++ b/src/colorcorrection/rgbparadegenerator.h @@ -23,7 +23,7 @@ public: RGBParadeGenerator(); QImage calculateRGBParade(const QSize ¶deSize, const QImage &image, const RGBParadeGenerator::PaintMode paintMode, - const bool &drawAxis, const bool &drawGradientRef, const uint &accelFactor = 1); + bool drawAxis, bool drawGradientRef, uint accelFactor = 1); static const QColor colHighlight; static const QColor colLight;