aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SamplePathUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SamplePathUtils.cpp')
-rw-r--r--samplecode/SamplePathUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SamplePathUtils.cpp b/samplecode/SamplePathUtils.cpp
index e7d0c538b7..0b0ef70db5 100644
--- a/samplecode/SamplePathUtils.cpp
+++ b/samplecode/SamplePathUtils.cpp
@@ -41,7 +41,7 @@ protected:
virtual void onDrawContent(SkCanvas* canvas) {
// bitmap definitions
- const char bits[numModes][numChars] = {
+ const uint8_t bits[numModes][numChars] = {
{ 0x18, 0x00, 0x3c, 0x00, 0x7e, 0x00, 0xdb, 0x00,
0xff, 0x00, 0x24, 0x00, 0x5a, 0x00, 0xa5, 0x00 },