Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: webrtc/base/asyncinvoker.h

Issue 2509733003: Rewrite of sigslot that avoids vtables. (Closed)
Patch Set: Going back to tab formatting. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/asyncpacketsocket.h » ('j') | webrtc/base/sigslot.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | webrtc/base/asyncpacketsocket.h » ('j') | webrtc/base/sigslot.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698