diff options
Diffstat (limited to 'dbus/property.h')
-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 |