Index: webrtc/base/asyncinvoker.h |
diff --git a/webrtc/base/asyncinvoker.h b/webrtc/base/asyncinvoker.h |
index d91e30601eff620aaec65537ee47632187a705c5..2125ec8cdfaf0bfe9c4b623816fe85c5dab05e78 100644 |
--- a/webrtc/base/asyncinvoker.h |
+++ b/webrtc/base/asyncinvoker.h |
@@ -169,7 +169,7 @@ class AsyncInvoker : public MessageHandler { |
class GuardedAsyncInvoker : public sigslot::has_slots<> { |
public: |
GuardedAsyncInvoker(); |
- ~GuardedAsyncInvoker() override; |
+ ~GuardedAsyncInvoker(); |
// Synchronously execute all outstanding calls we own, and wait for calls to |
// complete before returning. Optionally filter by message id. The destructor |