summaryrefslogtreecommitdiff
path: root/include/svx/passwd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/passwd.hxx')
-rw-r--r--include/svx/passwd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/passwd.hxx b/include/svx/passwd.hxx
index 109b055b0688..e8dcfe7d9686 100644
--- a/include/svx/passwd.hxx
+++ b/include/svx/passwd.hxx
@@ -48,7 +48,7 @@ private:
bool bEmpty;
DECL_LINK_TYPED(ButtonHdl, Button*, void);
- DECL_LINK(EditModifyHdl, void *);
+ DECL_LINK_TYPED(EditModifyHdl, Edit&, void);
public:
SvxPasswordDialog( vcl::Window* pParent, bool bAllowEmptyPasswords = false, bool bDisableOldPassword = false );