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

Unified Diff: dbus/property.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 11 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
Index: dbus/property.h
diff --git a/dbus/property.h b/dbus/property.h
index f2feb05dfbe9b0933914b191394f647b7c3f6285..c4cbbcd6522087e20ddecfe12604452aa68ca1bc 100644
--- a/dbus/property.h
+++ b/dbus/property.h
@@ -171,6 +171,8 @@ class PropertyBase {
virtual void ReplaceValueWithSetValue() = 0;
protected:
+ virtual ~PropertyBase() { }
+
// Retrieves the associated property set.
PropertySet* property_set() { return property_set_; }

Powered by Google App Engine
This is Rietveld 408576698