1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed a build

This commit is contained in:
YuSanka
2020-10-20 17:23:57 +02:00
parent 81ce368e5d
commit a4962b4fe6
+1 -1
View File
@@ -395,7 +395,7 @@ Http::Http(Http &&other) : p(std::move(other.p)) {}
Http::~Http()
{
assert(! putFile);
assert(! p->putFile);
if (p && p->io_thread.joinable()) {
p->io_thread.detach();
}