Cleanup: use _ suffix for non-public data members in Compositor
For code style and clarity.
This commit is contained in:
@@ -25,7 +25,7 @@ MapValueOperation::MapValueOperation()
|
||||
this->add_input_socket(DataType::Value);
|
||||
this->add_output_socket(DataType::Value);
|
||||
input_operation_ = nullptr;
|
||||
flags.can_be_constant = true;
|
||||
flags_.can_be_constant = true;
|
||||
}
|
||||
|
||||
void MapValueOperation::init_execution()
|
||||
|
||||
Reference in New Issue
Block a user