mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Yet another compilation fix.
This commit is contained in:
parent
c7cc760067
commit
3a24fb2f47
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ private:
|
||||||
{
|
{
|
||||||
// Calling a private constructor with special "int" parameter to indicate that no construction is necessary.
|
// Calling a private constructor with special "int" parameter to indicate that no construction is necessary.
|
||||||
construct(1);
|
construct(1);
|
||||||
ar(construct.ptr()->m_offset, construct.ptr()->m_rotation, construct.ptr()->m_scaling_factor, m_mirror);
|
ar(construct.ptr()->m_offset, construct.ptr()->m_rotation, construct.ptr()->m_scaling_factor, construct.ptr()->m_mirror);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue