summaryrefslogtreecommitdiff
path: root/src/CommonAPI/DBus/DBusProxyHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommonAPI/DBus/DBusProxyHelper.h')
-rw-r--r--src/CommonAPI/DBus/DBusProxyHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/DBus/DBusProxyHelper.h b/src/CommonAPI/DBus/DBusProxyHelper.h
index 0a316be..da8896f 100644
--- a/src/CommonAPI/DBus/DBusProxyHelper.h
+++ b/src/CommonAPI/DBus/DBusProxyHelper.h
@@ -200,7 +200,7 @@ template<
const _InArgs&... inArgs,
_AsyncCallback asyncCallback) {
- return callMethodAsync(
+ callMethodAsync(
dbusProxy,
dbusProxy.getDBusBusName().c_str(),
dbusProxy.getDBusObjectPath().c_str(),