From 649a625cb585af244a3d5e57911670784fa87c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 21 Sep 2020 11:37:44 +0100 Subject: missing identifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id3a41a7832299d51776ccd9ea008092c0ee62aab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103093 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/o3tl/deleter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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(); -- cgit v1.2.1