Skip to content

Commit f62d79c

Browse files
authored
Merge pull request #5638 from ab9rf/labor_kitchen_interface_food_key
add missing namespaces, take 2
2 parents e12ac82 + b384153 commit f62d79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/include/df/custom/hash/labor_kitchen_interface_food_key.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
template<>
22
struct std::hash<> {
3-
auto operator()(const labor_kitchen_interface_food_key &a) const -> size_t {
3+
auto operator()(const df::labor_kitchen_interface_food_key &a) const -> size_t {
44
struct thing {
55
int16_t t;
66
int16_t st;

0 commit comments

Comments
 (0)