Index: webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h |
diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h b/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h |
index a9e184596d6979481c7b0a90857e180b71fce84e..1d08c1cf2f12e5410915057d100055a3ebf8876c 100644 |
--- a/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h |
+++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h |
@@ -33,7 +33,7 @@ namespace webrtc { |
class ScreenCapturerWinGdi : public ScreenCapturer { |
public: |
explicit ScreenCapturerWinGdi(const DesktopCaptureOptions& options); |
- virtual ~ScreenCapturerWinGdi(); |
+ ~ScreenCapturerWinGdi() override; |
// Overridden from ScreenCapturer: |
void Start(Callback* callback) override; |