diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-06 16:59:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-07 10:58:03 +0200 |
commit | a16f2d2bc1865dfbf8e755e683624843337c59da (patch) | |
tree | 25a9b328217baaed9b0fc613915b4d1b3a5d8b87 /include | |
parent | 8eff280bc08ec3d7b2312ae4ee48df4d7328b7de (diff) |
CustomWeld is final
Change-Id: I2a9b774a58481453232a9925367bf136447ea27c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104036
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/customweld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/customweld.hxx b/include/vcl/customweld.hxx index 8943110261bd..d94837bbcce5 100644 --- a/include/vcl/customweld.hxx +++ b/include/vcl/customweld.hxx @@ -128,7 +128,7 @@ public: CustomWidgetController& operator=(CustomWidgetController&&) = default; }; -class VCL_DLLPUBLIC CustomWeld +class VCL_DLLPUBLIC CustomWeld final { private: weld::CustomWidgetController& m_rWidgetController; |