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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user