revert. I think this is just hiding the warning.

This commit is contained in:
Glenn Maynard
2006-10-12 02:08:55 +00:00
parent eb9ab7382c
commit 4f52f56195
+1 -1
View File
@@ -55,7 +55,7 @@ bool GLExt_t::HasExtension( const RString &sExt ) const
return g_glExts.find(sExt) != g_glExts.end();
}
#define F(n) { &CastSimilarTypes<void *>(GLExt.n), #n }
#define F(n) { (void **)(&GLExt.n), #n }
struct func_t
{