From 59887868da3499c68d5f259cfa48178354397448 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Sep 2018 13:08:33 +0200 Subject: loplugin:constfields in vcl Change-Id: I1072642be4fdfa720e61f2d7bad3c2701eb81610 Reviewed-on: https://gerrit.libreoffice.org/60430 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/evntpost.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/evntpost.hxx') diff --git a/include/vcl/evntpost.hxx b/include/vcl/evntpost.hxx index bbd11ce2d24d..4650fbc5c6e4 100644 --- a/include/vcl/evntpost.hxx +++ b/include/vcl/evntpost.hxx @@ -30,7 +30,7 @@ namespace vcl class VCL_DLLPUBLIC EventPoster { ImplSVEvent * m_nId; - Link m_aLink; + Link const m_aLink; DECL_DLLPRIVATE_LINK( DoEvent_Impl, void*, void ); -- cgit