summaryrefslogtreecommitdiffstats
path: root/starmath/inc/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r--starmath/inc/utility.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index 7ba0a1e4f402..2b6ed9512046 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -149,7 +149,7 @@ public:
class SmFontPickListBox : public SmFontPickList, public ListBox
{
protected:
- DECL_LINK(SelectHdl, ListBox *);
+ DECL_LINK_TYPED(SelectHdl, ListBox&, void);
public:
SmFontPickListBox(vcl::Window* pParent, WinBits nBits);