Driver fix

This commit is contained in:
Jack Andersen 2017-12-28 22:38:55 -10:00
parent a557f86974
commit bf00fcd10f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ int main(int argc, char* argv[])
nod::Mkdir(outDir, 0755);
nod::Partition* dataPart = disc->getDataPartition();
nod::IPartition* dataPart = disc->getDataPartition();
if (!dataPart)
return 1;