From 72e53bf1f02bf8ecb43cf7591b8daa52a39f8be3 Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Mon, 24 May 2004 08:18:11 +0000 Subject: [PATCH] fix vc6 compile error. ("Member function defined in unnamed class") --- stepmania/src/RageDisplay_OGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 149e412ad8..2ec7c930f0 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -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;