Replace to_SV_ref() and to_SV_clone_ref() with templated glue functions
This commit is contained in:
@@ -38,8 +38,6 @@ class Polygon : public MultiPoint {
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
void from_SV_check(SV* poly_sv);
|
||||
SV* to_SV_ref();
|
||||
SV* to_SV_clone_ref() const;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user