summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/DBusClientProxy.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-25 16:50:07 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-25 16:50:07 +0200
commit7aaf0fb85fd60c04a612fe483f696a4f00f1f85e (patch)
tree33f67da71c7eac6b5113e0bbf81b93888dd32bb4 /lib/CommLayer/DBusClientProxy.cpp
parent39f00225b96499fbc765f9eaa353a93ebe8912e2 (diff)
parentf495fd571cc063c2e0980e14b0cac604a5c71b32 (diff)
downloadabrt-7aaf0fb85fd60c04a612fe483f696a4f00f1f85e.tar.gz
abrt-7aaf0fb85fd60c04a612fe483f696a4f00f1f85e.tar.xz
abrt-7aaf0fb85fd60c04a612fe483f696a4f00f1f85e.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
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 59f9f5d5..2cc00a5a 100644
--- a/lib/CommLayer/DBusClientProxy.cpp
+++ b/lib/CommLayer/DBusClientProxy.cpp
@@ -180,7 +180,7 @@ map_crash_report_t CDBusClient_proxy::CreateReport(const std::string& pUUID)
return GetJobResult(m_iPendingJobID);
};
-void CDBusClient_proxy::Report(map_crash_report_t pReport)
+void CDBusClient_proxy::Report(const map_crash_report_t& pReport)
{
DBus::CallMessage call;