Fixed PSP cross compilation issues.

This commit is contained in:
xawotihs
2013-12-28 01:05:53 +01:00
parent fec4468aea
commit afb4c4605b
2 changed files with 12 additions and 11 deletions

View File

@@ -30,9 +30,9 @@ class JFile {
QFile *mpqFile;
#endif
public:
JFile() : mCurrentFileInZip(0),
JFile() : mCurrentFileInZip(0)
#ifdef QT_CONFIG
mpqFile(0)
, mpqFile(0)
#endif
{
};