mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fixed a build
This commit is contained in:
@@ -395,7 +395,7 @@ Http::Http(Http &&other) : p(std::move(other.p)) {}
|
|||||||
|
|
||||||
Http::~Http()
|
Http::~Http()
|
||||||
{
|
{
|
||||||
assert(! putFile);
|
assert(! p->putFile);
|
||||||
if (p && p->io_thread.joinable()) {
|
if (p && p->io_thread.joinable()) {
|
||||||
p->io_thread.detach();
|
p->io_thread.detach();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user