From 76ec0c3729dc9e8808a5db339148ad7454105537 Mon Sep 17 00:00:00 2001 From: zakk Date: Wed, 13 Jun 2007 20:46:58 +0000 Subject: Patch from nyhm of gentoo for gcc 4.2 support. git-svn-id: svn://svn.icculus.org/blackshades/trunk@106 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/GameInitDispose.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/GameInitDispose.cpp') diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index 0a40f62..3654a92 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -3913,7 +3913,7 @@ void Game::InitGame() -int Game::InitGL(GLvoid) +int Game::InitGL(void) { -- cgit v1.2.3