diff options
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r-- | include/vcl/layout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index e0a72bc9c2cb..3dab30bd3e83 100644 --- a/include/vcl/layout.hxx +++ b/include/vcl/layout.hxx @@ -506,7 +506,7 @@ private: bool m_bResizeTopLevel; VclPtr<DisclosureButton> m_pDisclosureButton; Link<> maExpandedHdl; - DECL_DLLPRIVATE_LINK(ClickHdl, DisclosureButton* pBtn); + DECL_DLLPRIVATE_LINK_TYPED(ClickHdl, CheckBox&, void); }; class VCL_DLLPUBLIC VclScrolledWindow : public VclBin |