summaryrefslogtreecommitdiff
path: root/include/oox/export/vmlexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/export/vmlexport.hxx')
-rw-r--r--include/oox/export/vmlexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx
index 618dd7528384..e9971e0c685a 100644
--- a/include/oox/export/vmlexport.hxx
+++ b/include/oox/export/vmlexport.hxx
@@ -106,7 +106,7 @@ class OOX_DLLPUBLIC VMLExport : public EscherEx
public:
VMLExport( ::sax_fastparser::FSHelperPtr const & pSerializer, VMLTextExport* pTextExport = nullptr );
- virtual ~VMLExport();
+ virtual ~VMLExport() override;
const ::sax_fastparser::FSHelperPtr&
GetFS() { return m_pSerializer; }