diff options
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 ? |