summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxmenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxmenu.hxx')
-rw-r--r--include/toolkit/awt/vclxmenu.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/toolkit/awt/vclxmenu.hxx b/include/toolkit/awt/vclxmenu.hxx
index b38e549e5374..49624fece463 100644
--- a/include/toolkit/awt/vclxmenu.hxx
+++ b/include/toolkit/awt/vclxmenu.hxx
@@ -40,6 +40,7 @@ class Menu;
class MenuBar;
class VclSimpleEvent;
class PopupMenu;
+class VclMenuEvent;
typedef ::std::vector<
css::uno::Reference< css::awt::XPopupMenu >*
@@ -65,7 +66,7 @@ private:
protected:
::osl::Mutex& GetMutex() { return maMutex; }
- DECL_LINK( MenuEventListener, VclSimpleEvent* );
+ DECL_LINK_TYPED( MenuEventListener, VclMenuEvent&, void );
void ImplCreateMenu( bool bPopup );