summaryrefslogtreecommitdiff
path: root/src/roff/troff/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/node.h')
-rw-r--r--src/roff/troff/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h
index 3e5f6159..48140c74 100644
--- a/src/roff/troff/node.h
+++ b/src/roff/troff/node.h
@@ -181,9 +181,9 @@ public:
};
struct width_list {
- width_list *next;
hunits width;
hunits sentence_width;
+ width_list *next;
width_list(hunits, hunits);
width_list(width_list *);
};