aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 0706411c..7a646d3b 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -37,8 +37,8 @@ class StyleEngine : public Doctree {
return NULL;
};
- void startElement (int tag, const char *id, const char *klass,
- const char *style);
+ void startElement (int tag, const char *id = NULL, const char *klass = NULL,
+ const char *style = NULL);
void endElement (int tag);
void setNonCssProperties (CssPropertyList *props);
void setPseudoClass (const char *pseudoClass);