rename remaining class members with m_ prefix.

This commit is contained in:
2012-06-26 07:09:49 +00:00
parent 6a1d82490e
commit 69ab13a7db
84 changed files with 582 additions and 585 deletions

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef COM_ChannelMatteNODE_H
#define COM_ChannelMatteNODE_H
#ifndef _COM_ChannelMatteNode_h_
#define _COM_ChannelMatteNode_h_
#include "COM_Node.h"
@@ -28,8 +28,7 @@
* @brief ChannelMatteNode
* @ingroup Node
*/
class ChannelMatteNode : public Node
{
class ChannelMatteNode : public Node {
public:
ChannelMatteNode(bNode *editorNode);
void convertToOperations(ExecutionSystem *graph, CompositorContext *context);