Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-26 11:09:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-26 11:09:49 +0400
commit69ab13a7dbc414b41bd9a04a49bac0a9127c583a (patch)
tree6382b2d62abcfb16050f31152d2500793e615caf /source/blender/compositor/nodes/COM_ColorSpillNode.h
parent6a1d82490e49d1f5d73b5082516b087d44010fb8 (diff)
rename remaining class members with m_ prefix.
Diffstat (limited to 'source/blender/compositor/nodes/COM_ColorSpillNode.h')
-rw-r--r--source/blender/compositor/nodes/COM_ColorSpillNode.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/compositor/nodes/COM_ColorSpillNode.h b/source/blender/compositor/nodes/COM_ColorSpillNode.h
index d8ce6878fa0..1d976fc65ae 100644
--- a/source/blender/compositor/nodes/COM_ColorSpillNode.h
+++ b/source/blender/compositor/nodes/COM_ColorSpillNode.h
@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
-#ifndef COM_ColorSpillNODE_H
-#define COM_ColorSpillNODE_H
+#ifndef _COM_ColorSpillNode_h_
+#define _COM_ColorSpillNode_h_
#include "COM_Node.h"
@@ -29,8 +29,7 @@
* @brief ColorSpillNode
* @ingroup Node
*/
-class ColorSpillNode : public Node
-{
+class ColorSpillNode : public Node {
public:
ColorSpillNode(bNode *editorNode);
void convertToOperations(ExecutionSystem *graph, CompositorContext *context);