aboutsummaryrefslogtreecommitdiff
path: root/src/deep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/deep.cpp')
-rw-r--r--src/deep.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/deep.cpp b/src/deep.cpp
index 9d5b839..6f4da9f 100644
--- a/src/deep.cpp
+++ b/src/deep.cpp
@@ -68,7 +68,8 @@ namespace {
68 * End of life for a proxy object; reduce the deep reference count and clean it up if reaches 0. 68 * End of life for a proxy object; reduce the deep reference count and clean it up if reaches 0.
69 * 69 *
70 */ 70 */
71 [[nodiscard]] static int DeepGC(lua_State* const L_) 71 [[nodiscard]]
72 static int DeepGC(lua_State* const L_)
72 { 73 {
73 DeepPrelude* const* const _proxy{ luaG_tofulluserdata<DeepPrelude*>(L_, StackIndex{ 1 }) }; 74 DeepPrelude* const* const _proxy{ luaG_tofulluserdata<DeepPrelude*>(L_, StackIndex{ 1 }) };
74 DeepPrelude* const _p{ *_proxy }; 75 DeepPrelude* const _p{ *_proxy };