summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcetreeprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/sourcetreeprovider.hxx')
-rw-r--r--unoidl/source/sourcetreeprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/sourcetreeprovider.hxx b/unoidl/source/sourcetreeprovider.hxx
index 9262f0d2defb..dbee645d2322 100644
--- a/unoidl/source/sourcetreeprovider.hxx
+++ b/unoidl/source/sourcetreeprovider.hxx
@@ -31,7 +31,7 @@ public:
virtual rtl::Reference<Entity> findEntity(OUString const & name) const override;
private:
- virtual ~SourceTreeProvider() throw ();
+ virtual ~SourceTreeProvider() throw () override;
Manager & manager_;
OUString uri_;