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 276c8879aed5..bbd11ce2d24d 100644
--- a/include/vcl/evntpost.hxx
+++ b/include/vcl/evntpost.hxx
@@ -32,7 +32,7 @@ namespace vcl
ImplSVEvent * m_nId;
Link<LinkParamNone*,void> m_aLink;
- DECL_DLLPRIVATE_LINK_TYPED( DoEvent_Impl, void*, void );
+ DECL_DLLPRIVATE_LINK( DoEvent_Impl, void*, void );
public:
EventPoster( const Link<LinkParamNone*,void>& rLink );