| Index: include/xml/SkBML_WXMLParser.h
|
| diff --git a/include/xml/SkBML_WXMLParser.h b/include/xml/SkBML_WXMLParser.h
|
| index 74f164cbfa470ce0dd549c94937ba7e725e12bbf..20239c2b6dfaa3768cd07445447a5f9444398f2c 100644
|
| --- a/include/xml/SkBML_WXMLParser.h
|
| +++ b/include/xml/SkBML_WXMLParser.h
|
| @@ -40,7 +40,7 @@ private:
|
| char* fAttrValues[256];
|
|
|
| // important that these are U8, so we get automatic wrap-around
|
| - U8 fNextElem, fNextAttrName, fNextAttrValue;
|
| + uint8_t fNextElem, fNextAttrName, fNextAttrValue;
|
| };
|
|
|
| #endif // SkBML_WXMLParser_DEFINED
|
|
|