summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/event_executor_win.h')
-rw-r--r--remoting/host/event_executor_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_win.h b/remoting/host/event_executor_win.h
index 86436b3..4a354e6 100644
--- a/remoting/host/event_executor_win.h
+++ b/remoting/host/event_executor_win.h
@@ -14,7 +14,7 @@ namespace remoting {
// A class to generate events on Windows.
class EventExecutorWin : public EventExecutor {
public:
- EventExecutorWin();
+ EventExecutorWin(Capturer* capturer);
virtual ~EventExecutorWin();
virtual void HandleInputEvents(ClientMessageList* messages);