1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Documented the cereal library manual patching (FIXME!)

This commit is contained in:
bubnikv
2019-07-05 11:42:36 +02:00
parent 357e578a84
commit 6a3fc5bde3
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ class ScopeGuard
public:
typedef std::function<void()> Closure;
private:
bool committed;
// bool committed;
Closure closure;
public: