Further fixes backward compatibility issue

This commit is contained in:
Wong Cho Ching
2014-02-01 18:09:46 +08:00
parent 7d96a2d533
commit c4b6a41aea
2 changed files with 7 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ protected:
private:
//backward compatibility for <= 0.4.15
static int m_getCount;
static int m_loadCount;
static bool m_buggedFile;
} ;