summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-05 09:24:56 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-05 09:24:56 +0000
commit0672752c1c1e433b2d1bc4e4f487f528aec25f5c (patch)
tree456076af3b7794f085aa9f444b1808f115116307 /dbus
parentf9644ccd38835611b68adfaab7071366a3aaf208 (diff)
downloadchromium_src-0672752c1c1e433b2d1bc4e4f487f528aec25f5c.zip
chromium_src-0672752c1c1e433b2d1bc4e4f487f528aec25f5c.tar.gz
chromium_src-0672752c1c1e433b2d1bc4e4f487f528aec25f5c.tar.bz2
GTTF: Add missing virtual destructors.
R=jar TBR=darin,satorux,fischman,jamesr,sky BUG=45135 Review URL: https://codereview.chromium.org/12086018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus')
-rw-r--r--dbus/property.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/property.h b/dbus/property.h
index f2feb05..6570674 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