mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 05:21:48 +08:00
Typo fix....
sorry guys
This commit is contained in:
parent
0d9a74bb6d
commit
160d708ecd
@ -758,7 +758,7 @@ public:
|
||||
template<class T> inline const Pillar& pillar(T id) const {
|
||||
static_assert(std::is_integral<T>::value, "Invalid index type");
|
||||
assert(id >= 0 && id < m_pillars.size() &&
|
||||
id < std::numerix_limits<size_t>::max());
|
||||
id < std::numeric_limits<size_t>::max());
|
||||
return m_pillars[size_t(id)];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user