diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-03 13:26:46 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-04 08:42:18 +0000 |
commit | 660b91b07788077cfee9ba309d45db6819c00781 (patch) | |
tree | 14c2ac49b139ac500b0d74d9c28cbbff09ba2ecd /include/desktop | |
parent | d2796282721dd2ed4d2c67e4e8982fb32263b55d (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>
Diffstat (limited to 'include/desktop')
-rw-r--r-- | include/desktop/minidump.hxx | 2 |
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 |