summaryrefslogtreecommitdiff
path: root/include/svl/svdde.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r--include/svl/svdde.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx
index 4c10fa26397a..b0fd3fb17f96 100644
--- a/include/svl/svdde.hxx
+++ b/include/svl/svdde.hxx
@@ -132,7 +132,7 @@ class SVL_DLLPUBLIC DdeLink : public DdeTransaction
public:
DdeLink( DdeConnection&, const OUString&, long = 0 );
- virtual ~DdeLink();
+ virtual ~DdeLink() override;
void SetNotifyHdl( const Link<void*,void>& rLink ) { aNotify = rLink; }
const Link<void*,void>& GetNotifyHdl() const { return aNotify; }