diff options
Diffstat (limited to 'src/lane.hpp')
-rw-r--r-- | src/lane.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lane.hpp b/src/lane.hpp index 5fe36b6..917606f 100644 --- a/src/lane.hpp +++ b/src/lane.hpp | |||
@@ -204,7 +204,7 @@ class Lane final | |||
204 | [[nodiscard]] | 204 | [[nodiscard]] |
205 | bool selfdestructRemove(); | 205 | bool selfdestructRemove(); |
206 | void securizeDebugName(lua_State* L_); | 206 | void securizeDebugName(lua_State* L_); |
207 | void startThread(int priority_); | 207 | void startThread(lua_State* L_, int priority_, NativePrioFlag native_); |
208 | void storeDebugName( std::string_view const& name_); | 208 | void storeDebugName( std::string_view const& name_); |
209 | [[nodiscard]] | 209 | [[nodiscard]] |
210 | int storeResults(lua_State* L_); | 210 | int storeResults(lua_State* L_); |