Replace to_SV_ref() and to_SV_clone_ref() with templated glue functions
This commit is contained in:
@@ -41,8 +41,6 @@ class Point
|
||||
#ifdef SLIC3RXS
|
||||
void from_SV(SV* point_sv);
|
||||
void from_SV_check(SV* point_sv);
|
||||
SV* to_SV_ref();
|
||||
SV* to_SV_clone_ref() const;
|
||||
SV* to_SV_pureperl() const;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user