include/o3tl/deleter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 649a625cb585af244a3d5e57911670784fa87c40 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Sep 21 11:37:44 2020 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Sep 21 13:20:53 2020 +0200 missing identifier Change-Id: Id3a41a7832299d51776ccd9ea008092c0ee62aab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103093 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/include/o3tl/deleter.hxx b/include/o3tl/deleter.hxx index 72d13d086de1..a886acb03d3c 100644 --- a/include/o3tl/deleter.hxx +++ b/include/o3tl/deleter.hxx @@ -32,7 +32,7 @@ template<typename T> struct default_delete { delete p; } - catch (const css::uno::Exception&) + catch (const css::uno::Exception& ex) { SAL_WARN("vcl.app", "Fatal exception: " << exceptionToString(ex)); std::terminate(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
