diff options
Diffstat (limited to 'xfa/fxgraphics/cxfa_graphics.h')
-rw-r--r-- | xfa/fxgraphics/cxfa_graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxgraphics/cxfa_graphics.h b/xfa/fxgraphics/cxfa_graphics.h index 886bc45532..3eba53123e 100644 --- a/xfa/fxgraphics/cxfa_graphics.h +++ b/xfa/fxgraphics/cxfa_graphics.h @@ -45,7 +45,7 @@ class CXFA_Graphics { CFX_RenderDevice* GetRenderDevice(); void SetLineCap(CFX_GraphStateData::LineCap lineCap); - void SetLineDash(float dashPhase, float* dashArray, int32_t dashCount); + void SetLineDash(float dashPhase, const float* dashArray, size_t dashCount); void SetSolidLineDash(); void SetLineWidth(float lineWidth); void EnableActOnDash(); |