summaryrefslogtreecommitdiff
path: root/include/vcl/evntpost.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/evntpost.hxx')
-rw-r--r--include/vcl/evntpost.hxx2
1 files changed, 1 insertions, 1 deletions
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<LinkParamNone*,void> m_aLink;
+ Link<LinkParamNone*,void> const m_aLink;
DECL_DLLPRIVATE_LINK( DoEvent_Impl, void*, void );