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:
authorJacques Lucke <jacques@blender.org>2021-04-08 12:24:02 +0300
committerJacques Lucke <jacques@blender.org>2021-04-08 12:24:02 +0300
commitde6f19ce2256a8a6a8529297feb499b423163c9e (patch)
tree3a2fc4ad7c083473c63db31dbb475d9c1f248fca /source/blender/freestyle/intern/stroke/Curve.h
parent19dfb6ea1f6745c0dbc2ce21839c30184b553878 (diff)
Cleanup: modernize-use-equals-default
This was missing from rB19dfb6ea1f6745c0dbc2ce21839c30184b553878.
Diffstat (limited to 'source/blender/freestyle/intern/stroke/Curve.h')
-rw-r--r--source/blender/freestyle/intern/stroke/Curve.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/stroke/Curve.h b/source/blender/freestyle/intern/stroke/Curve.h
index 91470b57ca2..f0db45150a9 100644
--- a/source/blender/freestyle/intern/stroke/Curve.h
+++ b/source/blender/freestyle/intern/stroke/Curve.h
@@ -236,9 +236,7 @@ class CurvePoint : public Interface0D {
CurvePoint &operator=(const CurvePoint &iBrother);
/*! Destructor */
- virtual ~CurvePoint()
- {
- }
+ virtual ~CurvePoint() = default;
/*! Operator == */
bool operator==(const CurvePoint &b)