diff options
author | Brian Paul <[email protected]> | 2001-08-07 17:34:10 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-08-07 17:34:10 +0000 |
commit | b5797a50854994173ee05ee5803d3557c9538b23 (patch) | |
tree | 1d75ed0105343b18ea8d7d3a1da4839a2db89354 /src/glu/sgi/libnurbs/internals/reader.h | |
parent | 696cd3d2b6f2a76183a596886c0f9b593bd03250 (diff) |
Win32 fixes, etc. (Gerk Huisma)
Diffstat (limited to 'src/glu/sgi/libnurbs/internals/reader.h')
-rw-r--r-- | src/glu/sgi/libnurbs/internals/reader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glu/sgi/libnurbs/internals/reader.h b/src/glu/sgi/libnurbs/internals/reader.h index a1e2f2506f4..ac86f8a29f7 100644 --- a/src/glu/sgi/libnurbs/internals/reader.h +++ b/src/glu/sgi/libnurbs/internals/reader.h @@ -35,8 +35,8 @@ /* * reader.h * - * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $ - * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/reader.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ + * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $ + * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/reader.h,v 1.2 2001/08/07 17:34:11 brianp Exp $ */ #ifndef __glureader_h_ @@ -51,7 +51,7 @@ struct Property; struct O_surface; struct O_nurbssurface; struct O_trim; -struct O_pwlcurve; +class O_pwlcurve; struct O_nurbscurve; struct O_curve; class Quilt; |