mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Fixed compilation on OSX
This commit is contained in:
parent
546fbe1e8e
commit
c227e15794
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ private:
|
|||
void eject_device(const std::string &path);
|
||||
// Opaque pointer to RemovableDriveManagerMM
|
||||
void *m_impl_osx;
|
||||
std::thread *m_eject_thread { nullptr };
|
||||
boost::thread *m_eject_thread { nullptr };
|
||||
void eject_thread_finish();
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue