summaryrefslogtreecommitdiffstats
path: root/dbus/property.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/property.cc')
-rw-r--r--dbus/property.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/property.cc b/dbus/property.cc
index 66b86c0..dde0611 100644
--- a/dbus/property.cc
+++ b/dbus/property.cc
@@ -18,6 +18,10 @@ namespace dbus {
// PropertyBase implementation.
//
+PropertyBase::PropertyBase() : property_set_(nullptr), is_valid_(false) {}
+
+PropertyBase::~PropertyBase() {}
+
void PropertyBase::Init(PropertySet* property_set, const std::string& name) {
DCHECK(!property_set_);
property_set_ = property_set;