From 49e0bc42e2328c81265707404e2321c3cd88e150 Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Tue, 14 Sep 1999 03:23:08 +0000 Subject: Fixed GLUtriangulatorObj again (spelling). --- include/GL/glu.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/GL/glu.h b/include/GL/glu.h index 7e52b5b8ba..b7d94ba4d7 100644 --- a/include/GL/glu.h +++ b/include/GL/glu.h @@ -1,4 +1,4 @@ -/* $Id: glu.h,v 1.4 1999/09/14 01:32:58 gareth Exp $ */ +/* $Id: glu.h,v 1.5 1999/09/14 03:23:08 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -23,6 +23,9 @@ /* * $Log: glu.h,v $ + * Revision 1.5 1999/09/14 03:23:08 gareth + * Fixed GLUtriangulatorObj again (spelling). + * * Revision 1.4 1999/09/14 01:32:58 gareth * Fixed definition of GLUtriangluatorObj for 1.3 tessellator. * @@ -256,7 +259,7 @@ enum { /* FIXME: We need to implement the other 1.3 typedefs - GH */ typedef struct GLUtesselator GLUtesselator; - typedef GLUtesselator GLUtriangluatorObj; + typedef GLUtesselator GLUtriangulatorObj; #endif -- cgit v1.2.3