From 660b91b07788077cfee9ba309d45db6819c00781 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 3 Jun 2016 13:26:46 +0200 Subject: report the crash id back to the user Change-Id: I5cc1e698294a5674d691529af8cc14e4cd87a711 Reviewed-on: https://gerrit.libreoffice.org/25865 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- include/desktop/minidump.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/desktop') 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 -bool readConfig(const std::string& iniPath); +bool readConfig(const std::string& iniPath, std::string& response); #endif -- cgit