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

Unified Diff: webrtc/base/asyncpacketsocket.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
Index: webrtc/base/asyncpacketsocket.h
diff --git a/webrtc/base/asyncpacketsocket.h b/webrtc/base/asyncpacketsocket.h
index f18839ed373611886796464ceb943f586b1252f0..2a566b8df043d8d1af73dea5eb335e98790fe9c3 100644
--- a/webrtc/base/asyncpacketsocket.h
+++ b/webrtc/base/asyncpacketsocket.h
@@ -76,7 +76,7 @@ class AsyncPacketSocket : public sigslot::has_slots<> {
};
AsyncPacketSocket();
- ~AsyncPacketSocket() override;
+ virtual ~AsyncPacketSocket();
// Returns current local address. Address may be set to NULL if the
// socket is not bound yet (GetState() returns STATE_BINDING).
« no previous file with comments | « webrtc/base/asyncinvoker.h ('k') | webrtc/base/sigslot.h » ('j') | webrtc/base/sigslot.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698