aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/deep.h')
-rw-r--r--src/deep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deep.h b/src/deep.h
index 95802d1..28069fe 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -77,8 +77,8 @@ class DeepFactory
77 public: 77 public:
78 78
79 // NVI: public interface 79 // NVI: public interface
80 int pushDeepUserdata(Dest L, int nuv_) const; 80 int pushDeepUserdata(DestState L, int nuv_) const;
81 DeepPrelude* toDeep(lua_State* L, int index) const; 81 DeepPrelude* toDeep(lua_State* L, int index) const;
82 static void DeleteDeepObject(lua_State* L, DeepPrelude* o_); 82 static void DeleteDeepObject(lua_State* L, DeepPrelude* o_);
83 static char const* PushDeepProxy(Dest L, DeepPrelude* prelude, int nuv_, LookupMode mode_); 83 static char const* PushDeepProxy(DestState L, DeepPrelude* prelude, int nuv_, LookupMode mode_);
84}; 84};