Fixed minor regression

This commit is contained in:
Alessandro Ranellucci 2014-11-04 21:07:18 +01:00
parent d452a16ba8
commit a4eef93950
4 changed files with 9 additions and 6 deletions

View file

@ -75,7 +75,7 @@ class Pointf
#ifdef SLIC3RXS
bool from_SV(SV* point_sv);
void from_SV_check(SV* point_sv);
bool from_SV_check(SV* point_sv);
SV* to_SV_pureperl() const;
#endif
};