diff options
Diffstat (limited to 'src/tools.cpp')
-rw-r--r-- | src/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.cpp b/src/tools.cpp index e2ce8b8..a25fb2b 100644 --- a/src/tools.cpp +++ b/src/tools.cpp | |||
@@ -751,7 +751,7 @@ static constexpr RegistryUniqueKey REG_MTID{ 0x2E68F9B4751584DCull }; | |||
751 | * Returns true if the table was cached (no need to fill it!); false if | 751 | * Returns true if the table was cached (no need to fill it!); false if |
752 | * it's a virgin. | 752 | * it's a virgin. |
753 | */ | 753 | */ |
754 | [[nodiscard]] static bool push_cached_table(Dest L2, CacheIndex L2_cache_i, Source L1, SourceIndex i) | 754 | [[nodiscard]] static bool push_cached_table(DestState L2, CacheIndex L2_cache_i, SourceState L1, SourceIndex i) |
755 | { | 755 | { |
756 | void const* p{ lua_topointer(L1, i) }; | 756 | void const* p{ lua_topointer(L1, i) }; |
757 | 757 | ||