Sketch: modernize C++: use override

This commit is contained in:
wmayer
2023-08-04 12:20:10 +02:00
committed by wwmayer
parent 6f142d250a
commit 6ff3ee9951
24 changed files with 59 additions and 60 deletions

View File

@@ -56,7 +56,7 @@ public:
, firstsegment(true)
{}
virtual ~DrawSketchHandlerLineSet() = default;
~DrawSketchHandlerLineSet() override = default;
/// mode table
enum SELECT_MODE