Fix dangling anchor
This commit is contained in:
@ -505,7 +505,7 @@ protected:
|
||||
|
||||
struct Anchor
|
||||
{
|
||||
std::string_view name;
|
||||
std::string name;
|
||||
int wordIndex;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user