summaryrefslogtreecommitdiffstats
path: root/include/desktop
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-04 08:42:18 +0000
commit660b91b07788077cfee9ba309d45db6819c00781 (patch)
tree14c2ac49b139ac500b0d74d9c28cbbff09ba2ecd /include/desktop
parentdon't just silently ignore the return value (diff)
downloadcore-660b91b07788077cfee9ba309d45db6819c00781.tar.gz
core-660b91b07788077cfee9ba309d45db6819c00781.zip
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>
Diffstat (limited to 'include/desktop')
-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