Cleanup: replace members m_ prefix by _ suffix in Compositor

To convert old code to the current convention and
use a single code style.
This commit is contained in:
2021-10-13 23:01:04 +02:00
parent ea79efef70
commit a2ee3c3a9f
251 changed files with 4416 additions and 4440 deletions

View File

@@ -65,8 +65,8 @@ class OutputOpenExrMultiLayerMultiViewOperation : public OutputOpenExrMultiLayer
class OutputStereoOperation : public OutputSingleLayerOperation {
private:
char m_name[FILE_MAX];
size_t m_channels;
char name_[FILE_MAX];
size_t channels_;
public:
OutputStereoOperation(const RenderData *rd,