diff options
Diffstat (limited to 'remoting/host/event_executor_linux.h')
-rw-r--r-- | remoting/host/event_executor_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_linux.h b/remoting/host/event_executor_linux.h index f05a6dc..44b8209 100644 --- a/remoting/host/event_executor_linux.h +++ b/remoting/host/event_executor_linux.h @@ -14,7 +14,7 @@ namespace remoting { // A class to generate events on Linux. class EventExecutorLinux : public EventExecutor { public: - EventExecutorLinux(); + EventExecutorLinux(Capturer* capturer); virtual ~EventExecutorLinux(); virtual void HandleInputEvents(ClientMessageList* messages); |