From e1a254d8dec4f43c73bb306834ba4badcf1f7e02 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 10 May 2016 16:14:24 +0200 Subject: Attempt to fix blenplayer after recent changes --- source/gameengine/GamePlayer/ghost/GPG_ghost.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp index 4d2c5bb0c14..ac2e4dfa563 100644 --- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp +++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp @@ -406,9 +406,9 @@ static int GPG_PyNextFrame(void *state0) int main( int argc, #ifdef WIN32 - const char **UNUSED(argv_c) + char **UNUSED(argv_c) #else - const char **argv + char **argv #endif ) { -- cgit v1.2.3