summaryrefslogtreecommitdiffstats
path: root/src/Daemon/DBusServerProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/DBusServerProxy.h')
-rw-r--r--src/Daemon/DBusServerProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/DBusServerProxy.h b/src/Daemon/DBusServerProxy.h
index e844f0fd..a8ed9abf 100644
--- a/src/Daemon/DBusServerProxy.h
+++ b/src/Daemon/DBusServerProxy.h
@@ -106,7 +106,7 @@ public:
emit_signal(sig);
}
/* Notify the clients that creating a report has finished */
- void AnalyzeComplete(const std::string& arg1)
+ void AnalyzeComplete(dbus_map_report_info_t arg1)
{
::DBus::SignalMessage sig("AnalyzeComplete");
::DBus::MessageIter wi = sig.writer();