mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 11:32:53 +00:00
Fixing horrendous error in destructor.
This commit is contained in:
@@ -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(); }
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user