diff options
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 2cb968eddff7..edde0168903b 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -92,7 +92,7 @@ protected: virtual void KeyInput(const KeyEvent& rKEvt) SAL_OVERRIDE; virtual void Command(const CommandEvent& rCEvt) SAL_OVERRIDE; virtual void StateChanged( StateChangedType eChanged ) SAL_OVERRIDE; - DECL_LINK(MenuSelectHdl, Menu*); + DECL_LINK_TYPED(MenuSelectHdl, Menu*, bool); private: void RepaintViewShellDoc(); |