diff options
Diffstat (limited to 'remoting/host/capturer_fake.h')
-rw-r--r-- | remoting/host/capturer_fake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/capturer_fake.h b/remoting/host/capturer_fake.h index 60b4fec..879ee03 100644 --- a/remoting/host/capturer_fake.h +++ b/remoting/host/capturer_fake.h @@ -18,7 +18,7 @@ namespace remoting { class CapturerFake : public Capturer { public: CapturerFake(); - ~CapturerFake(); + virtual ~CapturerFake(); // Capturer interface. virtual void ScreenConfigurationChanged(); |