summaryrefslogtreecommitdiffstats
path: root/src/Reactor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reactor.hpp')
-rw-r--r--src/Reactor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Reactor.hpp b/src/Reactor.hpp
index 4d92793..b053fed 100644
--- a/src/Reactor.hpp
+++ b/src/Reactor.hpp
@@ -40,6 +40,7 @@ public:
~Reactor() = default;
+ void operator()(const action::ChangeSetting& action);
void operator()(const action::ConnectPorts& action);
void operator()(const action::DecreaseFontSize& action);
void operator()(const action::DisconnectClient& action);