aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/xml/SkDOM.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xml/SkDOM.h')
-rw-r--r--include/xml/SkDOM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xml/SkDOM.h b/include/xml/SkDOM.h
index 10ca3e78f8..b6f611af6e 100644
--- a/include/xml/SkDOM.h
+++ b/include/xml/SkDOM.h
@@ -79,7 +79,7 @@ public:
class AttrIter {
public:
- AttrIter(const class SkDOM&, const Node*);
+ AttrIter(const SkDOM&, const Node*);
const char* next(const char** value);
private:
const Attr* fAttr;