Cleanup: use _ suffix for non-public data members in Compositor

For code style and clarity.
This commit is contained in:
2021-10-13 23:01:53 +02:00
parent 1c42d4930a
commit f609b05b11
88 changed files with 126 additions and 126 deletions

View File

@@ -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()