summaryrefslogtreecommitdiff
path: root/include/vcl/threadex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/threadex.hxx')
-rw-r--r--include/vcl/threadex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx
index b5122f60c5e9..939b9de2aaaa 100644
--- a/include/vcl/threadex.hxx
+++ b/include/vcl/threadex.hxx
@@ -38,7 +38,7 @@ namespace vcl
long m_nReturn;
bool m_bTimeout;
- DECL_DLLPRIVATE_LINK( worker, void* );
+ DECL_DLLPRIVATE_LINK_TYPED( worker, void*, void );
public:
SolarThreadExecutor();