summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-06 15:53:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-06 19:37:44 +0200
commite0117eff7f16277e7d6df18be60a6d6138b8611c (patch)
tree3742f70690118a9e977c3f3483bdb7cdf83216a4 /include/basegfx
parentf25d0deaa71f7e48f2f0255150ae62fe76ce6835 (diff)
loplugin:moveparam in basegfx
Change-Id: I68d0de099641ae5b2ae92f46e86bdf4a43c468a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123141 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/utils/keystoplerp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/utils/keystoplerp.hxx b/include/basegfx/utils/keystoplerp.hxx
index 302020ac337e..f8a821e7a58f 100644
--- a/include/basegfx/utils/keystoplerp.hxx
+++ b/include/basegfx/utils/keystoplerp.hxx
@@ -53,7 +53,7 @@ namespace basegfx::utils
need key stop lerping in the first place). All
elements must be of monotonically increasing value.
*/
- explicit KeyStopLerp( const std::vector<double>& rKeyStops );
+ explicit KeyStopLerp( std::vector<double>&& rKeyStops );
/** Create lerper with given sequence of stops