mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixing Clang warnings 1
This commit is contained in:
parent
cd1322ce3f
commit
0ff0444dcc
23 changed files with 90 additions and 88 deletions
|
@ -405,7 +405,7 @@ public:
|
|||
|
||||
WipeTowerWriter& append(const std::string& text) { m_gcode += text; return *this; }
|
||||
|
||||
std::vector<Vec2f> wipe_path() const
|
||||
const std::vector<Vec2f>& wipe_path() const
|
||||
{
|
||||
return m_wipe_path;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue