summaryrefslogtreecommitdiffstats
path: root/include/sax/fastparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sax/fastparser.hxx')
-rw-r--r--include/sax/fastparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sax/fastparser.hxx b/include/sax/fastparser.hxx
index 85eaf305e4fe..a238229e3f01 100644
--- a/include/sax/fastparser.hxx
+++ b/include/sax/fastparser.hxx
@@ -53,7 +53,7 @@ class FASTSAX_DLLPUBLIC FastSaxParser
public:
FastSaxParser();
- virtual ~FastSaxParser();
+ virtual ~FastSaxParser() override;
// css::lang::XInitialization:
virtual void SAL_CALL initialize(css::uno::Sequence<css::uno::Any> const& rArguments) throw (css::uno::RuntimeException, css::uno::Exception, std::exception) override;