summaryrefslogtreecommitdiff
path: root/include/account.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-16 15:21:48 +0100
committerSadie Powell <sadie@witchery.services>2025-05-16 15:23:09 +0100
commita3d61e3d18f14aba3d3c63198e12f4bb8d9e187a (patch)
tree49b50daa00a2d9b24d2378c58f9d58a4862c1fd9 /include/account.h
parentcac10aaa4163b5732068d90f03093ab43328a19a (diff)
Rename id to uniqueid to avoid shadowing.
Diffstat (limited to 'include/account.h')
-rw-r--r--include/account.h2
1 files changed, 1 insertions, 1 deletions
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<std::map<ChannelInfo *, int> > chanaccess;
/* Unique identifier for the account. */
- uint64_t id;
+ uint64_t uniqueid;
public:
/* Name of the account. Find(display)->nc == this. */
Anope::string display;