aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index bb6022f4..0d68a7b9 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -11,7 +11,6 @@
#include <stdio.h>
#include <math.h>
-#include "css.hh"
#include "styleengine.hh"
using namespace dw::core::style;
@@ -231,7 +230,7 @@ void StyleEngine::computeValues (Box *box, Font *font) {
box->top = computeValue (box->top, font);
}
-int StyleEngine::computeValue (int value, Font *font) {
+int StyleEngine::computeValue (CssLength value, Font *font) {
int ret;
static float dpmm;