diff --git a/src/headers/macro-action-scene-switch.hpp b/src/headers/macro-action-scene-switch.hpp index f12e2894..266cd3a3 100644 --- a/src/headers/macro-action-scene-switch.hpp +++ b/src/headers/macro-action-scene-switch.hpp @@ -3,6 +3,8 @@ #include "switch-generic.hpp" #include "duration-control.hpp" +// TODO: Switch to using SceneSelection class and widget instead + class MacroActionSwitchScene : public MacroAction, public SceneSwitcherEntry { public: bool PerformAction();