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/stroke/StrokeShader.cpp')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeShader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeShader.cpp b/source/blender/freestyle/intern/stroke/StrokeShader.cpp
index 31a212a29f4..b37e137b6f6 100644
--- a/source/blender/freestyle/intern/stroke/StrokeShader.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeShader.cpp
@@ -24,9 +24,9 @@
namespace Freestyle {
-int StrokeShader::shade(Stroke& ioStroke) const
+int StrokeShader::shade(Stroke &ioStroke) const
{
- return Director_BPy_StrokeShader_shade( const_cast<StrokeShader *>(this), ioStroke);
+ return Director_BPy_StrokeShader_shade(const_cast<StrokeShader *>(this), ioStroke);
}
} /* namespace Freestyle */