This commit is contained in:
azw 2023-11-09 02:15:55 +00:00
parent 7d2a442647
commit d9bba8807c

View File

@ -504,7 +504,7 @@ bool App::ParseOpt()
std::string App::NewUuid()
{
return a8::XValue(uuid.Generate()).GetString();
return a8::XValue(uuid_.Generate()).GetString();
}
bool App::HasFlag(int flag)