diff options
Diffstat (limited to 'include/sfx2/mnumgr.hxx')
-rw-r--r-- | include/sfx2/mnumgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/mnumgr.hxx b/include/sfx2/mnumgr.hxx index 786b477b6cc1..ab0292ccf00e 100644 --- a/include/sfx2/mnumgr.hxx +++ b/include/sfx2/mnumgr.hxx @@ -57,7 +57,7 @@ protected: ~SfxMenuManager(); public: - DECL_LINK( Select, Menu* ); + DECL_LINK_TYPED( Select, Menu*, bool ); SfxVirtualMenu* GetMenu() const { return pMenu; } |