mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Fixed after removing TBB deprecated APIs
This commit is contained in:
parent
e13535f822
commit
3a5a0575ef
3 changed files with 14 additions and 7 deletions
|
@ -255,7 +255,6 @@ private:
|
|||
std::shared_ptr<UITask> m_ui_task;
|
||||
|
||||
PrintState<BackgroundSlicingProcessStep, bspsCount> m_step_state;
|
||||
mutable tbb::mutex m_step_state_mutex;
|
||||
bool set_step_started(BackgroundSlicingProcessStep step);
|
||||
void set_step_done(BackgroundSlicingProcessStep step);
|
||||
bool is_step_done(BackgroundSlicingProcessStep step) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue