fix last mentions of contact3

This commit is contained in:
Green Sky 2025-03-12 22:21:11 +01:00
parent 241a0c0906
commit 2d5478c19e
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -9,7 +9,7 @@
#include <vector>
#include <string>
// fwd enum (obj cant depend on Contact3
// fwd enum (obj cant depend on Contact4
enum class Contact4 : uint32_t;
namespace ObjectStore::Components {
@ -137,7 +137,7 @@ namespace ObjectStore::Components {
#if 0
struct TransferStatsSeparated {
entt::dense_map<Contact3, TransferStats> stats;
entt::dense_map<Contact4, TransferStats> stats;
};
#endif