summaryrefslogtreecommitdiff
path: root/src/include/printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/printer.h')
-rw-r--r--src/include/printer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/printer.h b/src/include/printer.h
index e182473d..a479e5a5 100644
--- a/src/include/printer.h
+++ b/src/include/printer.h
@@ -7,7 +7,7 @@
Written by James Clark (jjc@jclark.com)
- Last update: 12 Apr 2002
+ Last update: 15 Dec 2004
This file is part of groff.
@@ -83,6 +83,8 @@ public:
virtual void end_of_line();
virtual void special(char *arg, const environment *env,
char type = 'p');
+ virtual void devtag(char *arg, const environment *env,
+ char type = 'p');
protected:
font_pointer_list *font_list;