Index: include/xml/SkXMLParser.h |
diff --git a/include/xml/SkXMLParser.h b/include/xml/SkXMLParser.h |
index 2974fb57cf38e88166cbc235fb6323d066a94ba9..3f69013ce6af46e4c73cb2174f11eb7832ff92f2 100644 |
--- a/include/xml/SkXMLParser.h |
+++ b/include/xml/SkXMLParser.h |
@@ -73,10 +73,10 @@ protected: |
public: |
// public for ported implementation, not meant for clients to call |
- virtual bool startElement(const char elem[]); |
- virtual bool addAttribute(const char name[], const char value[]); |
- virtual bool endElement(const char elem[]); |
- virtual bool text(const char text[], int len); |
+ bool startElement(const char elem[]); |
+ bool addAttribute(const char name[], const char value[]); |
+ bool endElement(const char elem[]); |
+ bool text(const char text[], int len); |
void* fParser; |
protected: |
SkXMLParserError* fError; |