summaryrefslogtreecommitdiff
path: root/plugins/dbus/abstractproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dbus/abstractproperty.h')
-rw-r--r--plugins/dbus/abstractproperty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dbus/abstractproperty.h b/plugins/dbus/abstractproperty.h
index 2049f1c3..c2a362b1 100644
--- a/plugins/dbus/abstractproperty.h
+++ b/plugins/dbus/abstractproperty.h
@@ -47,6 +47,7 @@ public:
};
AbstractProperty(string propertyName, Access access, AbstractDBusInterface* interface);
+ virtual ~AbstractProperty();
virtual void setSetterFunction(SetterFunc setterFunc)
{