summaryrefslogtreecommitdiff
path: root/include/vcl/animate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/animate.hxx')
-rw-r--r--include/vcl/animate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/animate.hxx b/include/vcl/animate.hxx
index 0d89bc9c4f1b..74a527fc5c84 100644
--- a/include/vcl/animate.hxx
+++ b/include/vcl/animate.hxx
@@ -229,7 +229,7 @@ private:
bool mbIsWaiting;
SAL_DLLPRIVATE void ImplRestartTimer( sal_uLong nTimeout );
- DECL_DLLPRIVATE_LINK( ImplTimeoutHdl, void* );
+ DECL_DLLPRIVATE_LINK_TYPED( ImplTimeoutHdl, Timer*, void );
};