| Index: samplecode/SamplePictFile.cpp
|
| diff --git a/samplecode/SamplePictFile.cpp b/samplecode/SamplePictFile.cpp
|
| index e81a1ad665229184378abba71210df4ab8ea6c77..df7e09d5f8e78de9480dde339f36f2044b932404 100644
|
| --- a/samplecode/SamplePictFile.cpp
|
| +++ b/samplecode/SamplePictFile.cpp
|
| @@ -99,7 +99,7 @@ private:
|
|
|
| kLast_BBoxType = kTileGrid_BBoxType
|
| };
|
| - static const unsigned kBBoxTypeCount = kLast_BBoxType + 1;
|
| + static const int kBBoxTypeCount = kLast_BBoxType + 1;
|
|
|
| SkString fFilename;
|
| SkPicture* fPictures[kBBoxTypeCount];
|
|
|