Fix command line tool after git reorganization.

This commit is contained in:
Pavel Krajcevski 2012-10-20 19:30:14 -04:00
parent e39b23d18c
commit c9567b132d

View file

@ -115,6 +115,8 @@ int main(int argc, char **argv) {
return 1;
}
const Image *img = file.GetImage();
int numBlocks = (img->GetWidth() * img->GetHeight())/16;
BlockStatManager *statManager = NULL;
if(bSaveLog) {