diff options
Diffstat (limited to 'src/lanes_private.h')
-rw-r--r-- | src/lanes_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h index ba40e44..18e55fd 100644 --- a/src/lanes_private.h +++ b/src/lanes_private.h | |||
@@ -103,4 +103,4 @@ static constexpr UniqueKey LANE_POINTER_REGKEY{ 0xB3022205633743BCull }; // used | |||
103 | return *(static_cast<Lane**>(luaL_checkudata(L, i_, "Lane"))); | 103 | return *(static_cast<Lane**>(luaL_checkudata(L, i_, "Lane"))); |
104 | } | 104 | } |
105 | 105 | ||
106 | [[nodiscard]] int push_thread_status(lua_State* L, Lane* s); | 106 | void push_thread_status(lua_State* L, Lane* lane_); |