summaryrefslogtreecommitdiffstats
path: root/src/Daemon/DBusServerProxy.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-09 16:53:38 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-09 16:53:38 +0100
commit4b7a0764c54a0bce8bb3f59bdd94fe30c591e0c1 (patch)
treea5ef233d804b8d4b6ad64a140b3bda9ac9122fb8 /src/Daemon/DBusServerProxy.h
parenta9aae7ddc511b1d73792aedcff821ab637d40984 (diff)
deps cleanup, signal AnalyzeComplete has the crashreport as an argument.
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();