1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Fix build on MSVC with PCH off

This commit is contained in:
Vojtech Kral
2019-03-27 12:14:34 +01:00
parent 8ea8eb67e4
commit 734d57a714
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ public:
}
void unbind() { event_storage.reset(nullptr); }
explicit operator bool() const noexcept { return !!event_storage; }
explicit operator bool() const { return !!event_storage; }
};