summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/dbui.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/dbui.hxx')
-rw-r--r--sw/source/uibase/inc/dbui.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/dbui.hxx b/sw/source/uibase/inc/dbui.hxx
index 879da6302939..8f5c7fe6120d 100644
--- a/sw/source/uibase/inc/dbui.hxx
+++ b/sw/source/uibase/inc/dbui.hxx
@@ -42,7 +42,7 @@ public:
virtual ~CancelableDialog();
virtual void dispose() SAL_OVERRIDE;
- void SetCancelHdl( const Link& rLink );
+ void SetCancelHdl( const Link<>& rLink );
void Show();
};