mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixing horrendous error in destructor.
This commit is contained in:
parent
ccafc43874
commit
c332dc1c1d
4 changed files with 29 additions and 10 deletions
|
@ -231,7 +231,7 @@ public:
|
|||
return true; // m_zip blows up if something goes wrong...
|
||||
}
|
||||
|
||||
inline void close() { /* m_zip closes upon destruction */ }
|
||||
inline void close() { m_zip.close(); }
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue