Unused =operator: copy function instead

This commit is contained in:
Bruno
2021-04-18 10:58:03 +02:00
parent 7cafbc032b
commit 31eb13e16d
6 changed files with 8 additions and 19 deletions

View File

@@ -16,8 +16,7 @@ public:
void reset() override;
void accept(Visitor& v) override;
void operator = (const ImageProcessingShader &S);
void copy(const ImageProcessingShader &S);
void copy(ImageProcessingShader const& S);
// color effects
float brightness; // [-1 1]