fix: 修复编译错误和 typo

This commit is contained in:
MistEO
2022-08-20 03:17:07 +08:00
parent 570c4c30ba
commit 69a67592a3
2 changed files with 4 additions and 2 deletions

View File

@@ -1214,7 +1214,9 @@ bool asst::Controller::inited() const noexcept
}
void asst::Controller::set_exit_flag(bool* flag)
{}
{
m_exit_flag = flag;
}
const std::string& asst::Controller::get_uuid() const
{