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/Predicates0D.cpp')
-rw-r--r--source/blender/freestyle/intern/stroke/Predicates0D.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/freestyle/intern/stroke/Predicates0D.cpp b/source/blender/freestyle/intern/stroke/Predicates0D.cpp
index e0263abd387..e28a847df26 100644
--- a/source/blender/freestyle/intern/stroke/Predicates0D.cpp
+++ b/source/blender/freestyle/intern/stroke/Predicates0D.cpp
@@ -24,14 +24,14 @@
namespace Freestyle {
-int UnaryPredicate0D::operator()(Interface0DIterator& it)
+int UnaryPredicate0D::operator()(Interface0DIterator &it)
{
- return Director_BPy_UnaryPredicate0D___call__(this, it);
+ return Director_BPy_UnaryPredicate0D___call__(this, it);
}
-int BinaryPredicate0D::operator()(Interface0D& inter1, Interface0D& inter2)
+int BinaryPredicate0D::operator()(Interface0D &inter1, Interface0D &inter2)
{
- return Director_BPy_BinaryPredicate0D___call__(this, inter1, inter2);
+ return Director_BPy_BinaryPredicate0D___call__(this, inter1, inter2);
}
} /* namespace Freestyle */