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/source/window/toolbox2.cxx | |
parent | e1b8ae4b2e5b5d99a51011a5d18f23df0448e379 (diff) |
Use typed ToolBox::SetMenuButtonHdl Link
Change-Id: I00cd35374294ccdcc0ac3223ae81ba8129b9a5d7
Diffstat (limited to 'vcl/source/window/toolbox2.cxx')
-rw-r--r-- | vcl/source/window/toolbox2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 0a65b8367d27..cab1a37a7a11 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -1773,7 +1773,7 @@ PopupMenu* ToolBox::GetMenu() const return mpData->mpMenu; } -void ToolBox::SetMenuButtonHdl( const Link<>& rLink ) +void ToolBox::SetMenuButtonHdl( const Link<ToolBox *, void>& rLink ) { mpData->maMenuButtonHdl = rLink; } |