aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lane.h b/src/lane.h
index 03f795b..10045c8 100644
--- a/src/lane.h
+++ b/src/lane.h
@@ -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;