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:
Diffstat (limited to 'source/blender/freestyle/intern/scene_graph/NodeShape.h')
-rwxr-xr-xsource/blender/freestyle/intern/scene_graph/NodeShape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/scene_graph/NodeShape.h b/source/blender/freestyle/intern/scene_graph/NodeShape.h
index 3e963beec38..34b049bfeb5 100755
--- a/source/blender/freestyle/intern/scene_graph/NodeShape.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeShape.h
@@ -71,7 +71,7 @@ public:
virtual void accept(SceneVisitor& v);
/*! Sets the shape material */
- inline void SetMaterial(const Material& iMaterial) { _Material = iMaterial; }
+ inline void setMaterial(const Material& iMaterial) { _Material = iMaterial; }
/*! accessors */
/*! returns the shape's material */