Fix parseDol

This commit is contained in:
2015-09-27 10:10:40 -07:00
parent dfdfdb2749
commit 8cd695c229
2 changed files with 6 additions and 5 deletions

View File

@@ -173,7 +173,6 @@ public:
std::vector<Node> m_nodes;
void parseFST(IPartReadStream& s);
DOLHeader m_dolHead;
uint64_t m_dolSz;
void parseDOL(IPartReadStream& s);