From bf00fcd10fc38eca990a182dec0037f2a49a35f2 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Thu, 28 Dec 2017 22:38:55 -1000 Subject: [PATCH] Driver fix --- driver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/main.cpp b/driver/main.cpp index 12a10ed..fd8400a 100644 --- a/driver/main.cpp +++ b/driver/main.cpp @@ -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;