From b3841537c1b7479821005c15fe7d5f2ee6159a97 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Sat, 15 Nov 2025 19:41:31 -0600 Subject: [PATCH] Update labor_kitchen_interface_food_key.h grr forgot to save --- .../include/df/custom/hash/labor_kitchen_interface_food_key.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/df/custom/hash/labor_kitchen_interface_food_key.h b/library/include/df/custom/hash/labor_kitchen_interface_food_key.h index 4880f385fb..4386621a6a 100644 --- a/library/include/df/custom/hash/labor_kitchen_interface_food_key.h +++ b/library/include/df/custom/hash/labor_kitchen_interface_food_key.h @@ -1,6 +1,6 @@ template<> struct std::hash<> { - auto operator()(const labor_kitchen_interface_food_key &a) const -> size_t { + auto operator()(const df::labor_kitchen_interface_food_key &a) const -> size_t { struct thing { int16_t t; int16_t st;