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:
@@ -47,7 +47,7 @@ class LuminanceMatteOperation : public MultiThreadedOperation {
|
||||
|
||||
void setSettings(NodeChroma *nodeChroma)
|
||||
{
|
||||
this->m_settings = nodeChroma;
|
||||
m_settings = nodeChroma;
|
||||
}
|
||||
|
||||
void update_memory_buffer_partial(MemoryBuffer *output,
|
||||
|
||||
Reference in New Issue
Block a user