aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-26 20:34:47 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-26 20:34:47 +0100
commit54215bccc9abe648593e29b11878552be69fd835 (patch)
tree468211d6e69b8e5423935748f18652c178e40a95 /src/styleengine.hh
parent1b864d4d57d1c193bff13485fc8647fe8af8807e (diff)
add klass parameter
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; };
};