summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/colex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/colex.hxx')
-rw-r--r--sw/source/uibase/inc/colex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/colex.hxx b/sw/source/uibase/inc/colex.hxx
index 529c682add4f..869b943a10e3 100644
--- a/sw/source/uibase/inc/colex.hxx
+++ b/sw/source/uibase/inc/colex.hxx
@@ -59,7 +59,7 @@ public:
, pGridItem(nullptr)
{}
- virtual ~SwPageGridExample();
+ virtual ~SwPageGridExample() override;
virtual void dispose() override;
void UpdateExample( const SfxItemSet& rSet );
};