summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 10:34:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 20:25:15 +0100
commit714f0868a59ff6f8b6032e137c8aa62a95bb20dc (patch)
treefc50ab0e3b24fde4862b6570daace7304ec84a1c /include/o3tl
parentaf7589107e3540d0454965b58e3177f4057ce48c (diff)
loplugin:finalclasses jvmaccess..o3tl
Change-Id: Iadb8621d7490b55ee6dbcadffb3c7e2527958424 Reviewed-on: https://gerrit.libreoffice.org/81655 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/numeric.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/numeric.hxx b/include/o3tl/numeric.hxx
index 09f67f53d5d3..9980319a648b 100644
--- a/include/o3tl/numeric.hxx
+++ b/include/o3tl/numeric.hxx
@@ -14,7 +14,7 @@
namespace o3tl
{
- struct divide_by_zero : public std::runtime_error
+ struct divide_by_zero final : public std::runtime_error
{
explicit divide_by_zero()
: std::runtime_error("divide by zero")