fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of poten...
[mesa.git] / src / mesa / drivers / glide / fxdrv.h
index 7a92f12a75cd93c7fe8510666406a2eecdcab378..1349d5079c9c821d52ad926b10bb1cbadcd18505 100644 (file)
@@ -229,7 +229,7 @@ tfxMipMapLevel;
  */
 typedef struct tfxTexInfo_t
 {
-   struct tfxTexInfo *next;
+   struct tfxTexInfo_t *next;
    struct gl_texture_object *tObj;
 
    GLuint lastTimeUsed;