fix android build

This commit is contained in:
doitux
2012-09-06 21:55:40 +02:00
parent 60eaccaa5b
commit 8fb65486d6
+2
View File
@@ -32,7 +32,9 @@ SDLPlayer::SDLPlayer(ConfigFile *c)
: soundData(NULL), currentChannel(0) , audioEnabled(0), myConfig(c), sound(NULL)
#endif
{
#ifndef ANDROID
myAppDataPath = QString::fromUtf8(myConfig->readConfigString("AppDataDir").c_str());
#endif
}