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 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: