From f72da2f9678efab09c4ea91fbd493d13933331eb Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 20 Jan 2002 02:20:18 +0000 Subject: Small casting --- src/Toolbar.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Toolbar.cc b/src/Toolbar.cc index eeebda6..8bc006c 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc @@ -1400,7 +1400,8 @@ void Toolbarmenu::Placementmenu::itemSelected(int button, int index) { if (! item) return; - toolbarmenu->toolbar->screen->saveToolbarPlacement(item->function()); + toolbarmenu->toolbar->screen->saveToolbarPlacement( + static_cast(item->function())); hide(); toolbarmenu->toolbar->reconfigure(); -- cgit v0.11.2