| Index: src/pathops/SkPathOpsBounds.h
|
| diff --git a/src/pathops/SkPathOpsBounds.h b/src/pathops/SkPathOpsBounds.h
|
| index 07ad5d4ba9d02221dafbd703e0b89fe334f0921c..cabc639225bfec1427d27c34faba7f9b31dac273 100644
|
| --- a/src/pathops/SkPathOpsBounds.h
|
| +++ b/src/pathops/SkPathOpsBounds.h
|
| @@ -67,6 +67,6 @@ struct SkPathOpsBounds : public SkRect {
|
| typedef SkRect INHERITED;
|
| };
|
|
|
| -extern void (SkPathOpsBounds::*SetCurveBounds[])(const SkPoint[]);
|
| +extern void (SkPathOpsBounds::* const SetCurveBounds[])(const SkPoint[]);
|
|
|
| #endif
|
|
|