fix release fsm build

This commit is contained in:
tqcq 2024-04-11 23:31:50 +08:00
parent e8ccb6aebd
commit d39278d898

View File

@ -447,7 +447,7 @@ private:
bool processing = false;
#else
struct processing_lock {
processing_lock(fsm &) {}
processing_lock(Fsm &) {}
};
#endif
};