summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cppuoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/cppuoptions.hxx')
-rw-r--r--codemaker/source/cppumaker/cppuoptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.hxx b/codemaker/source/cppumaker/cppuoptions.hxx
index e047122b1d03..5e879b79c768 100644
--- a/codemaker/source/cppumaker/cppuoptions.hxx
+++ b/codemaker/source/cppumaker/cppuoptions.hxx
@@ -28,7 +28,7 @@ public:
CppuOptions()
: Options() {}
- virtual ~CppuOptions() {}
+ virtual ~CppuOptions() override {}
bool initOptions(int ac, char* av[], bool bCmdFile=false)
throw( IllegalArgument ) override;