fix vc6 compile error.

("Member function defined in unnamed class")
This commit is contained in:
Thad Ward
2004-05-24 08:18:11 +00:00
parent d733d26bfb
commit 72e53bf1f0
+1 -1
View File
@@ -31,7 +31,7 @@ typedef bool (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval);
/* Extension functions we use. Put these in a namespace instead of in oglspecs_t,
* so they can be called like regular functions. */
static struct
static struct GLExt_s
{
PWSWAPINTERVALEXTPROC wglSwapIntervalEXT;
PFNGLCOLORTABLEPROC glColorTableEXT;