summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/swfntcch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/swfntcch.hxx')
-rw-r--r--sw/source/core/inc/swfntcch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/swfntcch.hxx b/sw/source/core/inc/swfntcch.hxx
index 69338d5c3f86..19d50e3808a0 100644
--- a/sw/source/core/inc/swfntcch.hxx
+++ b/sw/source/core/inc/swfntcch.hxx
@@ -57,7 +57,7 @@ public:
SwFontObj( const void* pOwner, SwViewShell *pSh );
- virtual ~SwFontObj();
+ virtual ~SwFontObj() override;
inline SwFont& GetFont() { return aSwFont; }
inline const SwFont& GetFont() const { return aSwFont; }