summaryrefslogtreecommitdiff
path: root/vcl/inc/graphic/Manager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphic/Manager.hxx')
-rw-r--r--vcl/inc/graphic/Manager.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/graphic/Manager.hxx b/vcl/inc/graphic/Manager.hxx
index 73a6676e4d7b..51b68d95c4c4 100644
--- a/vcl/inc/graphic/Manager.hxx
+++ b/vcl/inc/graphic/Manager.hxx
@@ -40,7 +40,8 @@ private:
Manager();
- void registerGraphic(const std::shared_ptr<ImpGraphic>& rImpGraphic, OUString const& rsContext);
+ void registerGraphic(const std::shared_ptr<ImpGraphic>& rImpGraphic,
+ std::u16string_view rsContext);
DECL_LINK(SwapOutTimerHandler, Timer*, void);