EXPORT added

This commit is contained in:
Aik-Siong Koh
2023-11-30 23:12:17 -07:00
parent 9f2f1c4fd9
commit cafc91c71d
5 changed files with 5 additions and 4 deletions

View File

@@ -151,6 +151,7 @@ void MbD::ASMTItem::deleteMbD()
void MbD::ASMTItem::createMbD(std::shared_ptr<System> mbdSys, std::shared_ptr<Units> mbdUnits)
{
noop();
assert(false);
}