summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcefileprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/sourcefileprovider.cxx')
-rw-r--r--unoidl/source/sourcefileprovider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoidl/source/sourcefileprovider.cxx b/unoidl/source/sourcefileprovider.cxx
index 3a3d639bb05e..e6821c47b8fc 100644
--- a/unoidl/source/sourcefileprovider.cxx
+++ b/unoidl/source/sourcefileprovider.cxx
@@ -27,7 +27,7 @@ public:
{}
private:
- virtual ~Cursor() throw () {}
+ virtual ~Cursor() throw () override {}
virtual rtl::Reference< Entity > getNext(OUString * name) override;
@@ -53,7 +53,7 @@ public:
std::map< OUString, rtl::Reference<Entity> > map;
private:
- virtual ~Module() throw () {}
+ virtual ~Module() throw () override {}
virtual std::vector<rtl::OUString> getMemberNames() const override;