This commit is contained in:
J. Nick Koston
2025-10-31 11:05:31 -05:00
parent 58ae4a38be
commit cf85621d64

View File

@@ -136,6 +136,7 @@ class Fan : public EntityBase {
protected:
friend FanCall;
friend struct FanRestoreState;
virtual void control(const FanCall &call) = 0;