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:32:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-26 11:32:24 +0400
commitd4cfdc69ef95728a39f085283ba812cec856d757 (patch)
tree4d705b15a2123a8ae67406436c7e9a9ddbf676cf /source/blender/compositor/intern/COM_Converter.h
parent69ab13a7dbc414b41bd9a04a49bac0a9127c583a (diff)
quiet all -Wshadow warnings in the compositor.
Diffstat (limited to 'source/blender/compositor/intern/COM_Converter.h')
-rw-r--r--source/blender/compositor/intern/COM_Converter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_Converter.h b/source/blender/compositor/intern/COM_Converter.h
index d129898ab3f..6cf22a1e2a4 100644
--- a/source/blender/compositor/intern/COM_Converter.h
+++ b/source/blender/compositor/intern/COM_Converter.h
@@ -42,7 +42,7 @@ public:
* @see Node
* @see MuteNode
*/
- static Node *convert(bNode *bNode);
+ static Node *convert(bNode *b_node);
/**
* @brief This method will add a datetype conversion rule when the to-socket does not support the from-socket actual data type.