diff options
Diffstat (limited to 'remoting/host/event_executor_mac.cc')
-rw-r--r-- | remoting/host/event_executor_mac.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc index 5d6737b..3a1256b 100644 --- a/remoting/host/event_executor_mac.cc +++ b/remoting/host/event_executor_mac.cc @@ -6,7 +6,8 @@ namespace remoting { -EventExecutorMac::EventExecutorMac() { +EventExecutorMac::EventExecutorMac(Capturer* capturer) + : EventExecutor(capturer) { } EventExecutorMac::~EventExecutorMac() { |