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:
authorJeroen Bakker <jeroen@blender.org>2022-02-28 11:45:52 +0300
committerJeroen Bakker <jeroen@blender.org>2022-02-28 11:45:52 +0300
commit307d612404caa1ed3252d568b506353e07242296 (patch)
treea7fccee25ed9026d31e00e28b8f9f7aa89ab425b /source/blender/editors/sculpt_paint/paint_image_ops_paint.cc
parentdb4313610cab18933c1b1b1348720ea241b9d91e (diff)
Fix compilation warning.
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_image_ops_paint.cc')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_ops_paint.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc b/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc
index 79701bba01c..786fcc47526 100644
--- a/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc
+++ b/source/blender/editors/sculpt_paint/paint_image_ops_paint.cc
@@ -44,6 +44,7 @@ namespace blender::ed::sculpt_paint::image::ops::paint {
*/
class AbstractPaintMode {
public:
+ virtual ~AbstractPaintMode() = default;
virtual void *paint_new_stroke(
bContext *C, wmOperator *op, Object *ob, const float mouse[2], int mode) = 0;
virtual void paint_stroke(bContext *C,