summaryrefslogtreecommitdiff
path: root/vcl/source/helper/evntpost.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper/evntpost.cxx')
-rw-r--r--vcl/source/helper/evntpost.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/helper/evntpost.cxx b/vcl/source/helper/evntpost.cxx
index cccb8443057a..710ac0ce197c 100644
--- a/vcl/source/helper/evntpost.cxx
+++ b/vcl/source/helper/evntpost.cxx
@@ -45,7 +45,7 @@ void EventPoster::Post()
m_nId = Application::PostUserEvent( ( LINK( this, EventPoster, DoEvent_Impl ) ) );
}
-IMPL_LINK_TYPED( EventPoster, DoEvent_Impl, void*, /*p*/, void )
+IMPL_LINK( EventPoster, DoEvent_Impl, void*, /*p*/, void )
{
DBG_TESTSOLARMUTEX();
m_nId = nullptr;