diff options
Diffstat (limited to 'remoting/host/capturer_linux.h')
-rw-r--r-- | remoting/host/capturer_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/capturer_linux.h b/remoting/host/capturer_linux.h index 8d7b32d..6f854fc 100644 --- a/remoting/host/capturer_linux.h +++ b/remoting/host/capturer_linux.h @@ -14,7 +14,7 @@ class CapturerLinuxPimpl; // A class to perform capturing for Linux. class CapturerLinux : public Capturer { public: - CapturerLinux(); + explicit CapturerLinux(MessageLoop* message_loop); virtual ~CapturerLinux(); virtual void ScreenConfigurationChanged(); |