aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercopycontext.cpp')
-rw-r--r--src/intercopycontext.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/intercopycontext.cpp b/src/intercopycontext.cpp
index 10d620e..8dd914c 100644
--- a/src/intercopycontext.cpp
+++ b/src/intercopycontext.cpp
@@ -1157,12 +1157,13 @@ static char const* vt_names[] = {
1157 private: 1157 private:
1158 lua_State* const L2; 1158 lua_State* const L2;
1159 int const top_L2; 1159 int const top_L2;
1160 DEBUGSPEW_CODE(DebugSpewIndentScope m_scope); 1160 DEBUGSPEW_CODE(DebugSpewIndentScope scope);
1161 1161
1162 public: 1162 public:
1163 OnExit(DEBUGSPEW_PARAM_COMMA(Universe* U_) lua_State* L2_) 1163 OnExit(DEBUGSPEW_PARAM_COMMA(Universe* U_) lua_State* L2_)
1164 : L2{ L2_ } 1164 : L2{ L2_ }
1165 , top_L2{ lua_gettop(L2) } DEBUGSPEW_COMMA_PARAM(m_scope{ U_ }) 1165 , top_L2{ lua_gettop(L2) }
1166 DEBUGSPEW_COMMA_PARAM(scope{ U_ })
1166 { 1167 {
1167 } 1168 }
1168 1169