<div dir="ltr"><div>Hi Even,</div><div><br></div><div>With <a href="https://trac.osgeo.org/gdal/changeset/41510">https://trac.osgeo.org/gdal/changeset/41510</a>, would it be possible to use a bool for bDelete since this is a member of a C++ class?  Any C API call could easily convert from an int to a bool and then we have cleaner internals for the C++ side of the house.  Or is there some other reason that had you using an int boolean?</div><div><br></div>OGRErr          removeCurve( int iIndex, int bDelete = TRUE );<br>
<div><br></div><div>Thanks,</div><div>-kurt</div></div>