From a3d61e3d18f14aba3d3c63198e12f4bb8d9e187a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 16 May 2025 15:21:48 +0100 Subject: Rename id to uniqueid to avoid shadowing. --- include/account.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/account.h b/include/account.h index 9ab0fea08..6f8bed01b 100644 --- a/include/account.h +++ b/include/account.h @@ -137,7 +137,7 @@ private: /* Channels which reference this core in some way (this is on their access list, akick list, is founder, successor, etc) */ Serialize::Checker > chanaccess; /* Unique identifier for the account. */ - uint64_t id; + uint64_t uniqueid; public: /* Name of the account. Find(display)->nc == this. */ Anope::string display; -- cgit