summaryrefslogtreecommitdiff
path: root/sw/inc/extinput.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r--sw/inc/extinput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx
index 28c962ef42c1..f6bb44beec91 100644
--- a/sw/inc/extinput.hxx
+++ b/sw/inc/extinput.hxx
@@ -34,7 +34,7 @@ class SwExtTextInput : public SwPaM
LanguageType eInputLanguage;
public:
SwExtTextInput( const SwPaM& rPam, Ring* pRing = nullptr );
- virtual ~SwExtTextInput();
+ virtual ~SwExtTextInput() override;
void SetInputData( const CommandExtTextInputData& rData );
const std::vector<ExtTextInputAttr>& GetAttrs() const { return aAttrs; }