diff options
Diffstat (limited to 'codemaker/source/cppumaker/cppuoptions.hxx')
-rw-r--r-- | codemaker/source/cppumaker/cppuoptions.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.hxx b/codemaker/source/cppumaker/cppuoptions.hxx index 5e879b79c768..9d5addf326e9 100644 --- a/codemaker/source/cppumaker/cppuoptions.hxx +++ b/codemaker/source/cppumaker/cppuoptions.hxx @@ -28,8 +28,6 @@ public: CppuOptions() : Options() {} - virtual ~CppuOptions() override {} - bool initOptions(int ac, char* av[], bool bCmdFile=false) throw( IllegalArgument ) override; |