Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-05-10 17:14:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-05-10 17:14:24 +0300
commite1a254d8dec4f43c73bb306834ba4badcf1f7e02 (patch)
tree2f57c9aa0bc11b0878fbf3bebee4b3aeee655a4c /source/gameengine
parent335274192e3d6c78e58ad2123dbdb7a384f3988b (diff)
Attempt to fix blenplayer after recent changes
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_ghost.cpp4
1 files changed, 2 insertions, 2 deletions
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
)
{