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:
authorJens Verwiebe <info@jensverwiebe.de>2011-10-27 19:46:26 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-10-27 19:46:26 +0400
commit7a20ced627115768ad94ab522fadd320f7a760c3 (patch)
tree045b3b23a26be3ca77a072ccf5c24034ba4432ef /source/gameengine/GamePlayer
parent699030ceb698f827fe582bf03a78a44ffc283629 (diff)
Fix player prototype, fix compile for OSX/XCode4.2, use always tablet enabled (test)
Diffstat (limited to 'source/gameengine/GamePlayer')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_Engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_Engine.cpp b/source/gameengine/GamePlayer/common/GPC_Engine.cpp
index d846e9ae83c..6548310b99c 100644
--- a/source/gameengine/GamePlayer/common/GPC_Engine.cpp
+++ b/source/gameengine/GamePlayer/common/GPC_Engine.cpp
@@ -131,7 +131,7 @@ GPC_Engine::~GPC_Engine()
}
-bool GPC_Engine::Start(char *filename)
+bool GPC_Engine::Start(const char *filename)
{
ReportList reports;
BlendFileData *bfd;