diff options
Diffstat (limited to 'lib/CommLayer/DBusServerProxy.cpp')
| -rw-r--r-- | lib/CommLayer/DBusServerProxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/DBusServerProxy.cpp b/lib/CommLayer/DBusServerProxy.cpp index 5c785ce..5730fd5 100644 --- a/lib/CommLayer/DBusServerProxy.cpp +++ b/lib/CommLayer/DBusServerProxy.cpp @@ -168,7 +168,7 @@ DBus::Message CDBusServer_adaptor::_Report_stub(const DBus::CallMessage &call) DBus::MessageIter ri = call.reader(); map_crash_report_t argin1; ri >> argin1; - bool argout1 = Report(argin1, call.sender()); + report_status_t argout1 = Report(argin1, call.sender()); DBus::ReturnMessage reply(call); DBus::MessageIter wi = reply.writer(); wi << argout1; |
