diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 09:24:56 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 09:24:56 +0000 |
commit | 0672752c1c1e433b2d1bc4e4f487f528aec25f5c (patch) | |
tree | 456076af3b7794f085aa9f444b1808f115116307 /dbus | |
parent | f9644ccd38835611b68adfaab7071366a3aaf208 (diff) | |
download | chromium_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.h | 1 |
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 |