summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/brkdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/brkdlg.hxx')
-rw-r--r--basctl/source/basicide/brkdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/brkdlg.hxx b/basctl/source/basicide/brkdlg.hxx
index 9ae8e3678d67..3a0eccf2b963 100644
--- a/basctl/source/basicide/brkdlg.hxx
+++ b/basctl/source/basicide/brkdlg.hxx
@@ -45,7 +45,7 @@ protected:
void CheckButtons();
DECL_LINK_TYPED( CheckBoxHdl, Button*, void );
DECL_LINK_TYPED( ComboBoxHighlightHdl, ComboBox&, void );
- DECL_LINK( EditModifyHdl, Edit * );
+ DECL_LINK_TYPED( EditModifyHdl, Edit&, void );
DECL_LINK_TYPED( ButtonHdl, Button*, void );
void UpdateFields( BreakPoint* pBrk );
BreakPoint* GetSelectedBreakPoint();