diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-21 11:37:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-21 13:20:53 +0200 |
commit | 649a625cb585af244a3d5e57911670784fa87c40 (patch) | |
tree | 2855d8a6173bced49cb273652177d533c7db316d /include | |
parent | 64387d6e0546719f7853facade35d1d3fa2abc2a (diff) |
missing identifier
Change-Id: Id3a41a7832299d51776ccd9ea008092c0ee62aab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103093
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/o3tl/deleter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |