mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 02:09:02 +08:00
One more fix for compilation with older compilers
This commit is contained in:
parent
4b30d67e54
commit
fd7795da59
@ -37,6 +37,7 @@ ClipperPath_to_Slic3rMultiPoint(const ClipperLib::Path &input, T* output)
|
|||||||
output->points.push_back(Slic3r::Point( (*pit).X, (*pit).Y ));
|
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>
|
template <class T>
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user