aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 1e69ff49..3d6ef382 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -11,7 +11,7 @@ class StyleEngine {
StyleEngine ();
~StyleEngine ();
- void startElement (int tag, const char *id, const char *style);
+ void startElement (int tag, const char *id, const char *klass, const char *style);
void endElement (int tag);
inline dw::core::style::Style *style () { return currentStyle; };
};