aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/svg/SkSVGBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/svg/SkSVGBase.h')
-rw-r--r--include/svg/SkSVGBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svg/SkSVGBase.h b/include/svg/SkSVGBase.h
index 234ba8b443..a512eabed1 100644
--- a/include/svg/SkSVGBase.h
+++ b/include/svg/SkSVGBase.h
@@ -17,7 +17,7 @@ class SkSVGParser;
class SkSVGBase {
public:
virtual ~SkSVGBase();
- virtual void addAttribute(SkSVGParser& parser, int attrIndex,
+ virtual void addAttribute(SkSVGParser& parser, int attrIndex,
const char* attrValue, size_t attrLength);
virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
};