Skip to content

Commit a8df94a

Browse files
committed
fixing minor issue with previous commit
1 parent be8ccf9 commit a8df94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPP/Clipper2Lib/include/clipper2/clipper.engine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ namespace Clipper2Lib {
284284
PolyPath* parent_;
285285
public:
286286
PolyPath(PolyPath* parent = nullptr): parent_(parent){}
287-
//virtual ~PolyPath() {};
287+
virtual ~PolyPath() {};
288288
//https://en.cppreference.com/w/cpp/language/rule_of_three
289289
PolyPath(const PolyPath&) = delete;
290290
PolyPath& operator=(const PolyPath&) = delete;

0 commit comments

Comments
 (0)