Fix dangling anchor

This commit is contained in:
2025-08-23 09:29:37 -04:00
parent f6841f59e0
commit 23eea47336

View File

@ -505,7 +505,7 @@ protected:
struct Anchor
{
std::string_view name;
std::string name;
int wordIndex;
};