diff options
Diffstat (limited to '')
-rw-r--r-- | src/keeper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.h b/src/keeper.h index 1425a3b..5cc7422 100644 --- a/src/keeper.h +++ b/src/keeper.h | |||
@@ -28,7 +28,7 @@ using KeeperState = Unique<lua_State*>; | |||
28 | struct Keeper | 28 | struct Keeper |
29 | { | 29 | { |
30 | std::mutex mutex; | 30 | std::mutex mutex; |
31 | KeeperState L{ nullptr }; | 31 | KeeperState K{ nullptr }; |
32 | 32 | ||
33 | [[nodiscard]] static void* operator new[](size_t size_, Universe* U_) noexcept; | 33 | [[nodiscard]] static void* operator new[](size_t size_, Universe* U_) noexcept; |
34 | // can't actually delete the operator because the compiler generates stack unwinding code that could call it in case of exception | 34 | // can't actually delete the operator because the compiler generates stack unwinding code that could call it in case of exception |