mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
One more fix for compilation with older compilers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user