diff options
Diffstat (limited to '')
-rw-r--r-- | src/lane.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ class Lane | |||
81 | // M: sub-thread OS thread | 81 | // M: sub-thread OS thread |
82 | // S: not used | 82 | // S: not used |
83 | 83 | ||
84 | char const* debugName{ "<unnamed>" }; | 84 | std::string_view debugName{ "<unnamed>" }; |
85 | 85 | ||
86 | Universe* const U; | 86 | Universe* const U; |
87 | lua_State* L; | 87 | lua_State* L; |