summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/DBusClientProxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/DBusClientProxy.cpp')
-rw-r--r--lib/CommLayer/DBusClientProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/DBusClientProxy.cpp b/lib/CommLayer/DBusClientProxy.cpp
index 4f51172d..59f9f5d5 100644
--- a/lib/CommLayer/DBusClientProxy.cpp
+++ b/lib/CommLayer/DBusClientProxy.cpp
@@ -33,7 +33,7 @@ DaemonWatcher_proxy::DaemonWatcher_proxy()
{
m_pStateChangeHandler_cb_data = NULL;
m_pStateChangeHandler = NULL;
- connect_signal(DaemonWatcher_proxy, NameOwnerChanged , _DaemonStateChanged);
+ connect_signal(DaemonWatcher_proxy, NameOwnerChanged, _DaemonStateChanged);
}
void DaemonWatcher_proxy::ConnectStateChangeHandler(void (*pStateChangeHandler)(bool running, void* data), void *cb_data)