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_BokehBlurNode.h
parent6a1d82490e49d1f5d73b5082516b087d44010fb8 (diff)
rename remaining class members with m_ prefix.
Diffstat (limited to 'source/blender/compositor/nodes/COM_BokehBlurNode.h')
-rw-r--r--source/blender/compositor/nodes/COM_BokehBlurNode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_BokehBlurNode.h b/source/blender/compositor/nodes/COM_BokehBlurNode.h
index 5ce75a7d42b..c2bc7552ac0 100644
--- a/source/blender/compositor/nodes/COM_BokehBlurNode.h
+++ b/source/blender/compositor/nodes/COM_BokehBlurNode.h
@@ -29,7 +29,6 @@
* @brief BokehBlurNode
* @ingroup Node
*/
-
class BokehBlurNode : public Node {
public:
BokehBlurNode(bNode *editorNode);