summaryrefslogtreecommitdiff
path: root/include/vcl/GraphicNativeTransform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/GraphicNativeTransform.hxx')
-rw-r--r--include/vcl/GraphicNativeTransform.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/GraphicNativeTransform.hxx b/include/vcl/GraphicNativeTransform.hxx
index 3b05ac323232..3b5071e1639c 100644
--- a/include/vcl/GraphicNativeTransform.hxx
+++ b/include/vcl/GraphicNativeTransform.hxx
@@ -32,7 +32,7 @@ class VCL_DLLPUBLIC GraphicNativeTransform final
bool rotateBitmapOnly(Degree10 aRotation);
void rotateJPEG(Degree10 aRotation);
- bool rotateGeneric(Degree10 aRotation, const OUString& aType);
+ bool rotateGeneric(Degree10 aRotation, std::u16string_view aType);
public:
GraphicNativeTransform(Graphic& rGraphic);