diff options
Diffstat (limited to 'vcl/source/helper')
-rw-r--r-- | vcl/source/helper/threadex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/helper/threadex.cxx b/vcl/source/helper/threadex.cxx index f3ade03d1b58..a404de804d99 100644 --- a/vcl/source/helper/threadex.cxx +++ b/vcl/source/helper/threadex.cxx @@ -47,7 +47,7 @@ SolarThreadExecutor::~SolarThreadExecutor() osl_destroyCondition( m_aFinish ); } -IMPL_LINK( SolarThreadExecutor, worker, void*, EMPTYARG ) +IMPL_LINK_NOARG(SolarThreadExecutor, worker) { if ( !m_bTimeout ) { |