summaryrefslogtreecommitdiff
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 20ca10173822..4287d1df9a2a 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -200,7 +200,7 @@ protected:
SingleTabDlgImpl* pImpl;
- DECL_DLLPRIVATE_LINK(OKHdl_Impl, void *);
+ DECL_DLLPRIVATE_LINK_TYPED(OKHdl_Impl, Button*, void);
};
#endif