diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkPath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h index 27a2fa275f..4453abd482 100644 --- a/include/core/SkPath.h +++ b/include/core/SkPath.h @@ -714,7 +714,7 @@ public: SkBool8 fCloseLine; SkBool8 fSegmentState; - bool cons_moveTo(SkPoint pts[1]); + inline const SkPoint& cons_moveTo(); Verb autoClose(SkPoint pts[2]); void consumeDegenerateSegments(); }; |