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:
authorHans Goudey <h.goudey@me.com>2022-03-08 22:28:22 +0300
committerHans Goudey <h.goudey@me.com>2022-03-08 22:28:22 +0300
commitd09695b4dd0eca917004177d30df9e09d9f8732d (patch)
treeb1a15aa2934ca8398644d7d6896247d565c7fb47 /source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
parent90c3147e05b31000ad6ca2f9db1d1b0907c7acd6 (diff)
Cleanup: Clang tidy
Diffstat (limited to 'source/blender/editors/sculpt_paint/curves_sculpt_ops.cc')
-rw-r--r--source/blender/editors/sculpt_paint/curves_sculpt_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc b/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
index 4bf81b72c3c..4dee7641623 100644
--- a/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
+++ b/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
@@ -518,7 +518,7 @@ class AddOperation : public CurvesSculptStrokeOperation {
};
public:
- ~AddOperation()
+ ~AddOperation() override
{
if (old_kdtree_ != nullptr) {
BLI_kdtree_3d_free(old_kdtree_);