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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/evntpost.hxx b/include/vcl/evntpost.hxx
index 86b38f69253d..e98ec15398e8 100644
--- a/include/vcl/evntpost.hxx
+++ b/include/vcl/evntpost.hxx
@@ -36,12 +36,12 @@ namespace vcl
class VCL_DLLPUBLIC EventPoster
{
ImplSVEvent * m_nId;
- Link m_aLink;
+ Link<> m_aLink;
DECL_DLLPRIVATE_LINK( DoEvent_Impl, UserEvent* );
public:
- EventPoster( const Link& rLink );
+ EventPoster( const Link<>& rLink );
~EventPoster();
void Post( UserEvent* pEvent );
};