Fix ci warning

This commit is contained in:
halx99 2022-09-24 12:58:28 +08:00
parent a5d7781455
commit 7cf191f516
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Bone::~Bone(void)
bool Bone::init() bool Bone::init()
{ {
return Bone::init(nullptr); return Bone::init(hlookup::empty_sv);
} }
bool Bone::init(std::string_view name) bool Bone::init(std::string_view name)