mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 22:09:52 +01:00
made destructor public
This commit is contained in:
parent
cd95b14d0a
commit
a8963b0bb0
@ -44,6 +44,8 @@ public:
|
||||
|
||||
/// Constructor
|
||||
CDT(std::vector<Point*> polyline);
|
||||
/// Destructor
|
||||
~CDT();
|
||||
/// Add a hole
|
||||
void AddHole(std::vector<Point*> polyline);
|
||||
/// Add a single point
|
||||
@ -60,8 +62,6 @@ private:
|
||||
SweepContext* sweep_context_;
|
||||
Sweep* sweep_;
|
||||
|
||||
/// Destructor
|
||||
~CDT();
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user