[Libreoffice-commits] core.git: include/vcl
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 7 08:58:34 UTC 2020
include/vcl/customweld.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a16f2d2bc1865dfbf8e755e683624843337c59da
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Oct 6 16:59:48 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Oct 7 10:58:03 2020 +0200
CustomWeld is final
Change-Id: I2a9b774a58481453232a9925367bf136447ea27c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104036
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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;
More information about the Libreoffice-commits
mailing list