From 2e2c9047c3a8b5b6fdcdcd4585d5b114f31cd386 Mon Sep 17 00:00:00 2001 From: asmodai Date: Wed, 12 Jan 2000 09:51:43 +0000 Subject: Virgin import of FSF groff v1.15 --- contrib/groff/grotty/tty.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/groff/grotty') diff --git a/contrib/groff/grotty/tty.cc b/contrib/groff/grotty/tty.cc index 3ac46aa..c44edc6 100644 --- a/contrib/groff/grotty/tty.cc +++ b/contrib/groff/grotty/tty.cc @@ -144,7 +144,7 @@ class tty_printer : public printer { public: tty_printer(); ~tty_printer(); - void set_char(int, font *, const environment *, int); + void set_char(int, font *, const environment *, int, const char *name); void draw(int code, int *p, int np, const environment *env); void begin_page(int) { } void end_page(int page_length); @@ -164,7 +164,7 @@ tty_printer::~tty_printer() a_delete lines; } -void tty_printer::set_char(int i, font *f, const environment *env, int w) +void tty_printer::set_char(int i, font *f, const environment *env, int w, const char *name) { if (w != font::hor) fatal("width of character not equal to horizontal resolution"); -- cgit v1.1