CC: Constify d_ptr
This commit is contained in:
parent
7d331ea7ff
commit
c42797637b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ private:
|
||||||
virtual ~ColorCorrection();
|
virtual ~ColorCorrection();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ColorCorrectionPrivate *d_ptr;
|
ColorCorrectionPrivate * const d_ptr;
|
||||||
Q_DECLARE_PRIVATE(ColorCorrection)
|
Q_DECLARE_PRIVATE(ColorCorrection)
|
||||||
static ColorCorrection *s_colorCorrection;
|
static ColorCorrection *s_colorCorrection;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue