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

Unified Diff: dbus/property.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix & rebase 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..6570674bb6b614067faa1135c6d65f81e743bfc5 100644
--- a/dbus/property.h
+++ b/dbus/property.h
@@ -133,6 +133,7 @@ class PropertySet;
class PropertyBase {
public:
PropertyBase() : property_set_(NULL) {}
+ virtual ~PropertyBase() {}
// Initializes the |property_set| and property |name| so that method
// calls may be made from this class. This method is called by

Powered by Google App Engine
This is Rietveld 408576698