diff options
Diffstat (limited to 'sw/inc/colwd.hxx')
-rw-r--r-- | sw/inc/colwd.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/colwd.hxx b/sw/inc/colwd.hxx index 98e69ad60302..fed2b5375c78 100644 --- a/sw/inc/colwd.hxx +++ b/sw/inc/colwd.hxx @@ -34,7 +34,7 @@ class SwTableWidthDlg : public SvxStandardDialog protected: virtual void Apply() override; - DECL_LINK(LoseFocusHdl, void * = 0); + DECL_LINK_TYPED(LoseFocusHdl, Edit&, void); public: SwTableWidthDlg(vcl::Window *pParent, SwTableFUNC &rFnc ); |