aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercopycontext.cpp')
-rw-r--r--src/intercopycontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intercopycontext.cpp b/src/intercopycontext.cpp
index fd6b5a5..6b3d282 100644
--- a/src/intercopycontext.cpp
+++ b/src/intercopycontext.cpp
@@ -1279,7 +1279,7 @@ InterCopyResult InterCopyContext::interCopyPackage() const
1279{ 1279{
1280 DEBUGSPEW_CODE(DebugSpew(U) << "InterCopyContext::interCopyPackage()" << std::endl); 1280 DEBUGSPEW_CODE(DebugSpew(U) << "InterCopyContext::interCopyPackage()" << std::endl);
1281 1281
1282 class OnExit 1282 class OnExit final
1283 { 1283 {
1284 private: 1284 private:
1285 lua_State* const L2; 1285 lua_State* const L2;