diff options
Diffstat (limited to 'cui/source/inc/selector.hxx')
-rw-r--r-- | cui/source/inc/selector.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/selector.hxx b/cui/source/inc/selector.hxx index 0cfa71112b74..898314dd2c66 100644 --- a/cui/source/inc/selector.hxx +++ b/cui/source/inc/selector.hxx @@ -96,7 +96,7 @@ friend class SvxConfigGroupListBox; SvxGroupInfoArr_Impl aArr; SvTreeListEntry* m_pDraggingEntry; - DECL_LINK(TimerHdl, void *); + DECL_LINK_TYPED(TimerHdl, Timer *, void); virtual void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE; public: |