From 666f732412e739fda6d0578752156dbb11931a2f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Oct 2015 11:47:18 +0200 Subject: loplugin:defaultparams Change-Id: I3e5ee77b51eb8e1207d3f95e6a1d9d8272532ba6 --- vcl/source/helper/evntpost.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/helper') diff --git a/vcl/source/helper/evntpost.cxx b/vcl/source/helper/evntpost.cxx index 1d4a657b772b..5331ecaad34e 100644 --- a/vcl/source/helper/evntpost.cxx +++ b/vcl/source/helper/evntpost.cxx @@ -43,7 +43,7 @@ void EventPoster::Post() { DBG_TESTSOLARMUTEX(); - m_nId = Application::PostUserEvent( ( LINK( this, EventPoster, DoEvent_Impl ) ), nullptr ); + m_nId = Application::PostUserEvent( ( LINK( this, EventPoster, DoEvent_Impl ) ) ); } IMPL_LINK_TYPED( EventPoster, DoEvent_Impl, void*, /*p*/, void ) -- cgit v1.2.3