macos eject

This commit is contained in:
Slic3rPE 2019-12-11 16:59:26 +01:00 committed by David Kocik
parent b267e986fb
commit 12cb9a8143
3 changed files with 10 additions and 0 deletions

View file

@ -61,6 +61,10 @@ void RDMMMWrapper::list_devices()
}
}
}
void RDMMMWrapper::log(const std::string &msg)
{
NSLog(@"%s", msg.c_str());
}
}}//namespace Slicer::GUI
/*