diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-20 17:11:20 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-20 17:11:20 +0200 |
commit | eb090da027012292e8856dc01856cde8880d3467 (patch) | |
tree | 7cd0480536ad52e76d9922a05f926ed4d7eb133f /src/lane.h | |
parent | ac8caa415b36c875578c2ad0490965b80be2f37e (diff) | |
download | lanes-eb090da027012292e8856dc01856cde8880d3467.tar.gz lanes-eb090da027012292e8856dc01856cde8880d3467.tar.bz2 lanes-eb090da027012292e8856dc01856cde8880d3467.zip |
Lane::debugName is a std::string_view
Diffstat (limited to 'src/lane.h')
-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; |