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/quilt.h | |
parent | 696cd3d2b6f2a76183a596886c0f9b593bd03250 (diff) |
Win32 fixes, etc. (Gerk Huisma)
Diffstat (limited to 'src/glu/sgi/libnurbs/internals/quilt.h')
-rw-r--r-- | src/glu/sgi/libnurbs/internals/quilt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glu/sgi/libnurbs/internals/quilt.h b/src/glu/sgi/libnurbs/internals/quilt.h index 0b0bf165af1..336c2574d24 100644 --- a/src/glu/sgi/libnurbs/internals/quilt.h +++ b/src/glu/sgi/libnurbs/internals/quilt.h @@ -35,8 +35,8 @@ /* * quilt.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/quilt.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/quilt.h,v 1.2 2001/08/07 17:34:11 brianp Exp $ */ #ifndef __gluquilt_h_ @@ -49,7 +49,7 @@ class Backend; class Mapdesc; class Flist; -class Knotvector; +struct Knotvector; /* constants for memory allocation of NURBS to Bezier conversion */ #define MAXDIM 2 |