diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-02-05 12:27:02 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-02-05 12:27:02 +0100 |
| commit | 05e4cce366cccf92ad88f80695efa548fae187de (patch) | |
| tree | 3332753154ecd89a87d7fdd6a4f9383d1b66ed1f /src/intercopycontext.cpp | |
| parent | 59ae58fd31d63c261372bd5a36765328583bc1b6 (diff) | |
| download | lanes-05e4cce366cccf92ad88f80695efa548fae187de.tar.gz lanes-05e4cce366cccf92ad88f80695efa548fae187de.tar.bz2 lanes-05e4cce366cccf92ad88f80695efa548fae187de.zip | |
Minor internal code tweaks
* mark all eligible classes Final
* new TableIndex strong type
* buildfixes for HAVE_DEBUGSPEW()
* overridden virtual destructors tagged as such
Diffstat (limited to 'src/intercopycontext.cpp')
| -rw-r--r-- | src/intercopycontext.cpp | 2 |
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; |
