summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusAttribute.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/DBus/DBusAttribute.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusAttribute.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CommonAPI/DBus/DBusAttribute.hpp b/include/CommonAPI/DBus/DBusAttribute.hpp
index 3d9170d..50dea3b 100644
--- a/include/CommonAPI/DBus/DBusAttribute.hpp
+++ b/include/CommonAPI/DBus/DBusAttribute.hpp
@@ -138,7 +138,7 @@ public:
const char *_changedEventName,
_AttributeTypeArguments... arguments)
: _AttributeType(_proxy, arguments...),
- changedEvent_(_proxy, _changedEventName, this->setMethodSignature_,
+ changedEvent_(_proxy, _changedEventName, this->setMethodSignature_, this->getMethodName_,
std::make_tuple(CommonAPI::Deployable<ValueType, ValueTypeDepl>(this->depl_))) {
}