Commit be7ecf10 authored by John Selbie's avatar John Selbie

Fix compile issue on Mac (with clang compiler)

parent 4fe86e54
......@@ -497,7 +497,7 @@ public:
return -1;
}
Init(fsize, tsize, _nodesarray, _itemnodesarray, _lookuptablearray, _indexarray);
this->Init(fsize, tsize, _nodesarray, _itemnodesarray, _lookuptablearray, _indexarray);
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment