diff options
Diffstat (limited to '')
-rw-r--r-- | src/lanes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp index 87f9a90..678540d 100644 --- a/src/lanes.cpp +++ b/src/lanes.cpp | |||
@@ -286,7 +286,7 @@ LUAG_FUNC(lane_new) | |||
286 | raise_luaL_error(L_, "could not create lane: out of memory"); | 286 | raise_luaL_error(L_, "could not create lane: out of memory"); |
287 | } | 287 | } |
288 | 288 | ||
289 | class OnExit | 289 | class OnExit final |
290 | { | 290 | { |
291 | private: | 291 | private: |
292 | lua_State* const L; | 292 | lua_State* const L; |