We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8ccf9 commit a8df94aCopy full SHA for a8df94a
CPP/Clipper2Lib/include/clipper2/clipper.engine.h
@@ -284,7 +284,7 @@ namespace Clipper2Lib {
284
PolyPath* parent_;
285
public:
286
PolyPath(PolyPath* parent = nullptr): parent_(parent){}
287
- //virtual ~PolyPath() {};
+ virtual ~PolyPath() {};
288
//https://en.cppreference.com/w/cpp/language/rule_of_three
289
PolyPath(const PolyPath&) = delete;
290
PolyPath& operator=(const PolyPath&) = delete;
0 commit comments