aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/src/preproc/pic/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/preproc/pic/object.h')
-rw-r--r--contrib/groff/src/preproc/pic/object.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/contrib/groff/src/preproc/pic/object.h b/contrib/groff/src/preproc/pic/object.h
index 98937f933287..9f7f4bc33708 100644
--- a/contrib/groff/src/preproc/pic/object.h
+++ b/contrib/groff/src/preproc/pic/object.h
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2002, 2004
+ Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -16,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
struct place;
@@ -163,9 +164,9 @@ struct segment {
segment(const position &, int, segment *);
};
-struct rectangle_object;
-struct graphic_object;
-struct linear_object;
+class rectangle_object;
+class graphic_object;
+class linear_object;
struct object_spec {
unsigned long flags;