mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
Added type-aliases for nested NOD types
This commit is contained in:
@@ -54,7 +54,7 @@ int main(int argc, char* argv[])
|
||||
if (!disc)
|
||||
return -1;
|
||||
|
||||
NOD::DiscBase::IPartition* dataPart = disc->getDataPartition();
|
||||
NOD::Partition* dataPart = disc->getDataPartition();
|
||||
if (!dataPart)
|
||||
return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user