summaryrefslogtreecommitdiff
path: root/include/vcl/scrbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/scrbar.hxx')
-rw-r--r--include/vcl/scrbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/scrbar.hxx b/include/vcl/scrbar.hxx
index 897f13f41a95..bef8f7170fc8 100644
--- a/include/vcl/scrbar.hxx
+++ b/include/vcl/scrbar.hxx
@@ -84,7 +84,7 @@ private:
SAL_DLLPRIVATE bool ImplDrawNative(vcl::RenderContext& rRenderContext, sal_uInt16 nDrawFlags);
SAL_DLLPRIVATE void ImplDragThumb( const Point& rMousePos );
SAL_DLLPRIVATE Size getCurrentCalcSize() const;
- DECL_DLLPRIVATE_LINK_TYPED( ImplAutoTimerHdl, Timer*, void );
+ DECL_DLLPRIVATE_LINK( ImplAutoTimerHdl, Timer*, void );
public:
explicit ScrollBar( vcl::Window* pParent, WinBits nStyle = WB_VERT );