about summary refs log tree commit diff stats
path: root/src/css/render.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/render.nim')
-rw-r--r--src/css/render.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/render.nim b/src/css/render.nim
index fb96ceb6..10045683 100644
--- a/src/css/render.nim
+++ b/src/css/render.nim
@@ -51,7 +51,7 @@ proc addFormat(line: var FlexibleLine; pos: int; format: Format;
     node: StyledNode = nil) =
   line.formats.add(FormatCell(format: format, node: node, pos: pos))
 
-func toFormat(computed: CSSComputedValues): Format =
+func toFormat(computed: CSSValues): Format =
   if computed == nil:
     return Format()
   var flags: set[FormatFlag] = {}