One more fix for compilation with older compilers
This commit is contained in:
parent
4b30d67e54
commit
fd7795da59
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ ClipperPath_to_Slic3rMultiPoint(const ClipperLib::Path &input, T* output)
|
|||
output->points.push_back(Slic3r::Point( (*pit).X, (*pit).Y ));
|
||||
}
|
||||
}
|
||||
template void ClipperPath_to_Slic3rMultiPoint<Slic3r::Polygon>(const ClipperLib::Path &input, Slic3r::Polygon* output);
|
||||
|
||||
template <class T>
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue