From 2a3d009f697e0275ed4bf668179581c774dc1196 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 6 May 2014 15:18:26 +0200 Subject: Just IMPL_LINK is just fine Change-Id: I64cfb93b5fcf27a7faff71ca2b4ab8795f46a3b2 --- vcl/source/helper/evntpost.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vcl/source/helper') diff --git a/vcl/source/helper/evntpost.cxx b/vcl/source/helper/evntpost.cxx index 8989ba253af6..6c551e1adc24 100644 --- a/vcl/source/helper/evntpost.cxx +++ b/vcl/source/helper/evntpost.cxx @@ -41,13 +41,12 @@ void EventPoster::Post( UserEvent* pEvent ) m_nId = GetpApp()->PostUserEvent( ( LINK( this, EventPoster, DoEvent_Impl ) ), pEvent ); } -IMPL_LINK_INLINE_START( EventPoster, DoEvent_Impl, UserEvent*, pEvent ) +IMPL_LINK( EventPoster, DoEvent_Impl, UserEvent*, pEvent ) { m_nId = 0; m_aLink.Call( pEvent ); return 0; } -IMPL_LINK_INLINE_END( EventPoster, DoEvent_Impl, UserEvent*, pEvent ) } -- cgit v1.2.3