summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-03 13:26:46 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-06 08:09:54 +0000
commit7d351e021aadbf2c75be35a9b1db5185b7f2a7c6 (patch)
tree681535ebee28006f05bd9ca82945e3ae8f870354 /include
parent6f640a0a572bd016f796c30b486b6175f66bc5c9 (diff)
report the crash id back to the user
Change-Id: I5cc1e698294a5674d691529af8cc14e4cd87a711 Reviewed-on: https://gerrit.libreoffice.org/25865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 660b91b07788077cfee9ba309d45db6819c00781) Reviewed-on: https://gerrit.libreoffice.org/25933
Diffstat (limited to 'include')
-rw-r--r--include/desktop/minidump.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/desktop/minidump.hxx b/include/desktop/minidump.hxx
index 21d52e80ddae..bdd91b26dce9 100644
--- a/include/desktop/minidump.hxx
+++ b/include/desktop/minidump.hxx
@@ -12,7 +12,7 @@
#include <string>
-bool readConfig(const std::string& iniPath);
+bool readConfig(const std::string& iniPath, std::string& response);
#endif