Cleanup: remove this-> for m_ prefixed members in Compositor
For cleaning old code style as new code usually omit it.
This commit is contained in:
@@ -40,7 +40,7 @@ class WriteBufferOperation : public NodeOperation {
|
||||
~WriteBufferOperation();
|
||||
MemoryProxy *getMemoryProxy()
|
||||
{
|
||||
return this->m_memoryProxy;
|
||||
return m_memoryProxy;
|
||||
}
|
||||
void executePixelSampled(float output[4], float x, float y, PixelSampler sampler) override;
|
||||
bool isSingleValue() const
|
||||
|
||||
Reference in New Issue
Block a user