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

Unified Diff: dbus/property.h

Issue 9420027: dbus: ProperySet destructor must be virtual (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/property.h
diff --git a/dbus/property.h b/dbus/property.h
index 47b118f658b2b7ef474ff8184e65f346df059cd3..e90d2a299f5e1cef2b583bc7a6916694452cf0ec 100644
--- a/dbus/property.h
+++ b/dbus/property.h
@@ -197,7 +197,7 @@ class PropertySet {
// Destructor; we don't hold on to any references or memory that needs
// explicit clean-up, but clang thinks we might.
- ~PropertySet();
+ virtual ~PropertySet();
// Registers a property, generally called from the subclass constructor;
// pass the |name| of the property as used in method calls and signals,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698