diff options
Diffstat (limited to 'include/svtools/valueset.hxx')
-rw-r--r-- | include/svtools/valueset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 330db02ec858..b89bc1852cf6 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -268,7 +268,7 @@ private: SVT_DLLPRIVATE void ImplTracking( const Point& rPos, bool bRepeat ); SVT_DLLPRIVATE void ImplEndTracking( const Point& rPos, bool bCancel ); DECL_DLLPRIVATE_LINK( ImplScrollHdl, ScrollBar* ); - DECL_DLLPRIVATE_LINK( ImplTimerHdl, void* ); + DECL_DLLPRIVATE_LINK_TYPED( ImplTimerHdl, Timer*, void ); ValueSet (const ValueSet &) SAL_DELETED_FUNCTION; ValueSet & operator= (const ValueSet &) SAL_DELETED_FUNCTION; |