summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcefileprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/sourcefileprovider.hxx')
-rw-r--r--unoidl/source/sourcefileprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/sourcefileprovider.hxx b/unoidl/source/sourcefileprovider.hxx
index 6e586294a0c4..52fd32f3c735 100644
--- a/unoidl/source/sourcefileprovider.hxx
+++ b/unoidl/source/sourcefileprovider.hxx
@@ -28,7 +28,7 @@ public:
virtual rtl::Reference<MapCursor> createRootCursor() const override;
// throws FileFormatException:
- virtual rtl::Reference<Entity> findEntity(std::u16string_view name) const override;
+ virtual rtl::Reference<Entity> findEntity(OUString const& name) const override;
private:
virtual ~SourceFileProvider() noexcept override;