summaryrefslogtreecommitdiff
path: root/vcl/source/helper/threadex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper/threadex.cxx')
-rw-r--r--vcl/source/helper/threadex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/helper/threadex.cxx b/vcl/source/helper/threadex.cxx
index 0117d0e0f1a5..f09f2f43f313 100644
--- a/vcl/source/helper/threadex.cxx
+++ b/vcl/source/helper/threadex.cxx
@@ -36,7 +36,7 @@ SolarThreadExecutor::~SolarThreadExecutor()
osl_destroyCondition( m_aFinish );
}
-IMPL_LINK_NOARG_TYPED(SolarThreadExecutor, worker, void*, void)
+IMPL_LINK_NOARG(SolarThreadExecutor, worker, void*, void)
{
if ( !m_bTimeout )
{