diff options
Diffstat (limited to 'include/vcl/evntpost.hxx')
-rw-r--r-- | include/vcl/evntpost.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/evntpost.hxx b/include/vcl/evntpost.hxx index 9fdeb16fe8c5..339da3c6105e 100644 --- a/include/vcl/evntpost.hxx +++ b/include/vcl/evntpost.hxx @@ -29,7 +29,7 @@ namespace vcl class VCL_DLLPUBLIC EventPoster { ImplSVEvent * m_nId; - Link<LinkParamNone*,void> const m_aLink; + Link<LinkParamNone*,void> m_aLink; DECL_DLLPRIVATE_LINK( DoEvent_Impl, void*, void ); |