diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 11:07:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 12:54:23 +0200 |
commit | 98b5f1164b11ee7b84bf7efc16256afc5c58fcb8 (patch) | |
tree | 8d3579b6e13ffcf97a42a7039ee24a0c9a4f17fd /vcl/inc/toolbox.h | |
parent | e1b8ae4b2e5b5d99a51011a5d18f23df0448e379 (diff) |
Use typed ToolBox::SetMenuButtonHdl Link
Change-Id: I00cd35374294ccdcc0ac3223ae81ba8129b9a5d7
Diffstat (limited to 'vcl/inc/toolbox.h')
-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 57e3081203c3..e8c7a1fedb9a 100644 --- a/vcl/inc/toolbox.h +++ b/vcl/inc/toolbox.h @@ -141,7 +141,7 @@ struct ImplToolBoxPrivateData ImplSVEvent * mnEventId; // called when menu button is clicked and before the popup menu is executed - Link<> maMenuButtonHdl; + Link<ToolBox *, void> maMenuButtonHdl; // a dummy item representing the custom menu button ImplToolItem maMenubuttonItem; |