diff options
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index 9669ccf0..75f8fdd1 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -45,7 +45,7 @@ class StyleEngine : public Doctree { return NULL; }; - void parse (const char *buf, int buflen, int order_count, CssOrigin origin); + void parse (const char *buf, int buflen, CssOrigin origin); void startElement (int tag); void setId (const char *id); void setClass (const char *klass); |