aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/keeper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp
index 5d94944..0875b87 100644
--- a/src/keeper.cpp
+++ b/src/keeper.cpp
@@ -182,7 +182,7 @@ static void fifo_pop( lua_State* L, keeper_fifo* fifo_, int count_)
182// in: linda_ud expected at stack slot idx 182// in: linda_ud expected at stack slot idx
183// out: fifos[ud] 183// out: fifos[ud]
184// crc64/we of string "FIFOS_KEY" generated at http://www.nitrxgen.net/hashgen/ 184// crc64/we of string "FIFOS_KEY" generated at http://www.nitrxgen.net/hashgen/
185static constexpr UniqueKey FIFOS_KEY{ 0xdce50bbc351cd465ull }; 185static constexpr RegistryUniqueKey FIFOS_KEY{ 0xDCE50BBC351CD465ull };
186static void push_table(lua_State* L, int idx_) 186static void push_table(lua_State* L, int idx_)
187{ 187{
188 STACK_GROW(L, 5); 188 STACK_GROW(L, 5);