diff options
Diffstat (limited to 'src/deep.h')
-rw-r--r-- | src/deep.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,8 +68,8 @@ class DeepFactory | |||
68 | static void DeleteDeepObject(lua_State* L_, DeepPrelude* o_); | 68 | static void DeleteDeepObject(lua_State* L_, DeepPrelude* o_); |
69 | [[nodiscard]] static bool IsDeepUserdata(lua_State* const L_, StackIndex const idx_); | 69 | [[nodiscard]] static bool IsDeepUserdata(lua_State* const L_, StackIndex const idx_); |
70 | [[nodiscard]] static DeepFactory* LookupFactory(lua_State* L_, StackIndex index_, LookupMode mode_); | 70 | [[nodiscard]] static DeepFactory* LookupFactory(lua_State* L_, StackIndex index_, LookupMode mode_); |
71 | static void PushDeepProxy(DestState L_, DeepPrelude* o_, int nuv_, LookupMode mode_, lua_State* errL_); | 71 | static void PushDeepProxy(DestState L_, DeepPrelude* o_, UserValueCount nuv_, LookupMode mode_, lua_State* errL_); |
72 | void pushDeepUserdata(DestState L_, int nuv_) const; | 72 | void pushDeepUserdata(DestState L_, UserValueCount nuv_) const; |
73 | [[nodiscard]] DeepPrelude* toDeep(lua_State* L_, StackIndex index_) const; | 73 | [[nodiscard]] DeepPrelude* toDeep(lua_State* L_, StackIndex index_) const; |
74 | }; | 74 | }; |
75 | 75 | ||