summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/event_executor_linux.cc')
-rw-r--r--remoting/host/event_executor_linux.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
index 2ce4fd4..d2e4a13 100644
--- a/remoting/host/event_executor_linux.cc
+++ b/remoting/host/event_executor_linux.cc
@@ -6,7 +6,8 @@
namespace remoting {
-EventExecutorLinux::EventExecutorLinux() {
+EventExecutorLinux::EventExecutorLinux(Capturer* capturer)
+ : EventExecutor(capturer) {
}
EventExecutorLinux::~EventExecutorLinux() {