diff options
Diffstat (limited to 'include/vcl/graphictools.hxx')
-rw-r--r-- | include/vcl/graphictools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/graphictools.hxx b/include/vcl/graphictools.hxx index 90dcbc360d1d..932df413cc58 100644 --- a/include/vcl/graphictools.hxx +++ b/include/vcl/graphictools.hxx @@ -84,7 +84,7 @@ public: CapType aCap, JoinType aJoin, double fMiterLimit, - const DashArray& rDashArray ); // TODO: Dash array offset (position where to start, see PS) + DashArray&& rDashArray ); // TODO: Dash array offset (position where to start, see PS) // accessors /// Query path to stroke |