diff options
Diffstat (limited to 'include/vcl/tabpage.hxx')
-rw-r--r-- | include/vcl/tabpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/tabpage.hxx b/include/vcl/tabpage.hxx index 888072cba2ff..e06c4c1a7750 100644 --- a/include/vcl/tabpage.hxx +++ b/include/vcl/tabpage.hxx @@ -35,7 +35,7 @@ private: SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle ); SAL_DLLPRIVATE void ImplInitSettings(); void lcl_Scroll( tools::Long nX, tools::Long nY ); - DECL_LINK( ScrollBarHdl, ScrollBar*, void ); + DECL_DLLPRIVATE_LINK( ScrollBarHdl, ScrollBar*, void ); VclPtr<ScrollBar> m_pVScroll; VclPtr<ScrollBar> m_pHScroll; |