summaryrefslogtreecommitdiff
path: root/include/unotools/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/options.hxx')
-rw-r--r--include/unotools/options.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/options.hxx b/include/unotools/options.hxx
index 95bfbf950f06..5b11373d2f3d 100644
--- a/include/unotools/options.hxx
+++ b/include/unotools/options.hxx
@@ -78,7 +78,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC Options
public:
Options();
- virtual ~Options() = 0;
+ virtual ~Options() override = 0;
private:
Options(Options &) = delete;