diff options
Diffstat (limited to 'include/vcl/spin.hxx')
-rw-r--r-- | include/vcl/spin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/spin.hxx b/include/vcl/spin.hxx index b6168946d910..f88969c733b9 100644 --- a/include/vcl/spin.hxx +++ b/include/vcl/spin.hxx @@ -48,7 +48,7 @@ private: SAL_DLLPRIVATE Rectangle* ImplFindPartRect( const Point& rPt ); using Window::ImplInit; SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle ); - DECL_DLLPRIVATE_LINK_TYPED( ImplTimeout, Timer*, void ); + DECL_DLLPRIVATE_LINK( ImplTimeout, Timer*, void ); public: explicit SpinButton( vcl::Window* pParent, WinBits nStyle ); |