Commit d39278d8 authored by tqcq's avatar tqcq
Browse files

fix release fsm build

parent e8ccb6ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -447,7 +447,7 @@ private:
    bool processing = false;
#else
    struct processing_lock {
        processing_lock(fsm &) {}
        processing_lock(Fsm &) {}
    };
#endif
};