diff options
Diffstat (limited to 'include/sfx2/checkin.hxx')
-rw-r--r-- | include/sfx2/checkin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/checkin.hxx b/include/sfx2/checkin.hxx index 54d2dffa2174..76608286a3fc 100644 --- a/include/sfx2/checkin.hxx +++ b/include/sfx2/checkin.hxx @@ -21,7 +21,7 @@ class SfxCheckinDialog : public ModalDialog VclPtr<OKButton> m_pOKBtn; - DECL_DLLPRIVATE_LINK(OKHdl, void *); + DECL_DLLPRIVATE_LINK_TYPED(OKHdl, Button*, void); public: SfxCheckinDialog( vcl::Window* pParent ); |