jhasse / poly2tri

2D constrained Delaunay triangulation library
BSD 3-Clause "New" or "Revised" License
439 stars 89 forks source link

Clear shadow warning in initializer #31

Closed starseeker closed 3 years ago

jhasse commented 3 years ago

See #15.

jhasse commented 3 years ago

Having shadowing in a header still sucks. Let's keep this open.

starseeker commented 3 years ago

Cool - apologies I didn't notice the other issue, I should have posted there...

jhasse commented 3 years ago

I've moved the constructor into the .cc file, hopefully this will no longer result in warnings for you :)