summaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-13 17:03:58 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-13 17:03:58 +0100
commitd7148c5530fe22eb037f31739af245adbc8d6300 (patch)
tree06513fc75061a86170de3c7b46a8ca353f1d759a /src/styleengine.hh
parent81b02d9b8f7643923823c4b7014a0e3fd4c923fa (diff)
use CssLength in computeValue
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 3c9a7951..07b79a54 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -19,7 +19,7 @@ class StyleEngine : public Doctree {
dw::core::style::Style *style0 (CssPropertyList *nonCssProperties = NULL);
void apply (dw::core::style::StyleAttrs *attrs, CssPropertyList *props);
- int computeValue (int value, dw::core::style::Font *font);
+ int computeValue (CssLength value, dw::core::style::Font *font);
void computeValues (dw::core::style::Box *box, dw::core::style::Font *font);
public: