Skip to content

Commit

Permalink
fixing minor issue with previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJohnson committed Jan 23, 2023
1 parent be8ccf9 commit a8df94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP/Clipper2Lib/include/clipper2/clipper.engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ namespace Clipper2Lib {
PolyPath* parent_;
public:
PolyPath(PolyPath* parent = nullptr): parent_(parent){}
//virtual ~PolyPath() {};
virtual ~PolyPath() {};
//https://en.cppreference.com/w/cpp/language/rule_of_three
PolyPath(const PolyPath&) = delete;
PolyPath& operator=(const PolyPath&) = delete;
Expand Down

0 comments on commit a8df94a

Please sign in to comment.