diff options
Diffstat (limited to 'l10ntools/inc/po.hxx')
-rw-r--r-- | l10ntools/inc/po.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx index bbbf289cbec6..778d70fe6cc9 100644 --- a/l10ntools/inc/po.hxx +++ b/l10ntools/inc/po.hxx @@ -129,7 +129,7 @@ private: public: - class Exception : public std::exception { }; + class Exception final : public std::exception { }; PoIfstream(); PoIfstream( const OString& rFileName ); |