| Index: webrtc/modules/desktop_capture/window_capturer.h
|
| diff --git a/webrtc/modules/desktop_capture/window_capturer.h b/webrtc/modules/desktop_capture/window_capturer.h
|
| index eb9b9feaf04ba97fe4417120da620d2b60096adc..682778c5586126903ebc4464716f0cf95f87dcb8 100644
|
| --- a/webrtc/modules/desktop_capture/window_capturer.h
|
| +++ b/webrtc/modules/desktop_capture/window_capturer.h
|
| @@ -38,7 +38,7 @@ class WindowCapturer : public DesktopCapturer {
|
|
|
| static WindowCapturer* Create(const DesktopCaptureOptions& options);
|
|
|
| - virtual ~WindowCapturer() {}
|
| + ~WindowCapturer() override {}
|
|
|
| // Get list of windows. Returns false in case of a failure.
|
| virtual bool GetWindowList(WindowList* windows) = 0;
|
|
|