diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 22:43:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 08:20:55 +0200 |
commit | b515d1f36fdf8c242079da60eb4ecd5fd456583c (patch) | |
tree | f26dd6feb936ddec4799bed60d4966d46acff938 /vcl/inc | |
parent | f593be5bcde09965bb3478e00bcdedbc6bd5bc57 (diff) |
Use various typed ToolBox::Set*Hdl Links
Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/toolbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h index 71e841eb5491..57e3081203c3 100644 --- a/vcl/inc/toolbox.h +++ b/vcl/inc/toolbox.h @@ -129,7 +129,7 @@ struct ImplToolBoxPrivateData void ImplClearLayoutData() { delete m_pLayoutData; m_pLayoutData = NULL; } // called when dropdown items are clicked - Link<> maDropdownClickHdl; + Link<ToolBox *, void> maDropdownClickHdl; Timer maDropdownTimer; // for opening dropdown items on "long click" // large or small buttons ? |