diff options
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/property.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/property.h b/dbus/property.h index 47b118f6..e90d2a2 100644 --- a/dbus/property.h +++ b/dbus/property.h @@ -197,7 +197,7 @@ class PropertySet { // Destructor; we don't hold on to any references or memory that needs // explicit clean-up, but clang thinks we might. - ~PropertySet(); + virtual ~PropertySet(); // Registers a property, generally called from the subclass constructor; // pass the |name| of the property as used in method calls and signals, |