diff options
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index a324b419..732808fa 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -47,6 +47,7 @@ class StyleEngine : public Doctree { void parse (const char *buf, int buflen, CssOrigin origin); void startElement (int tag); + void startElement (const char *tagname); void setId (const char *id); const char * getId () { return top ()->id; }; void setClass (const char *klass); |