summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/seltrans.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/seltrans.hxx')
-rw-r--r--sc/source/ui/inc/seltrans.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/seltrans.hxx b/sc/source/ui/inc/seltrans.hxx
index ac78a4e7f216..438818b28f61 100644
--- a/sc/source/ui/inc/seltrans.hxx
+++ b/sc/source/ui/inc/seltrans.hxx
@@ -55,7 +55,7 @@ public:
// returns NULL otherwise
static ScSelectionTransferObj* CreateFromView( ScTabView* pSource );
- virtual ~ScSelectionTransferObj();
+ virtual ~ScSelectionTransferObj() override;
void ForgetView();
ScTabView* GetView() const { return pView; }