summaryrefslogtreecommitdiff
path: root/include/account.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-11-15 15:12:50 +0000
committerSadie Powell <sadie@witchery.services>2024-11-15 15:12:50 +0000
commitbc44195a3dc1dfa19cdb4621e0dddc3278277fa9 (patch)
tree09d8725b37a786f18df0fed6f87a220442ac793f /include/account.h
parenta7cbe2a139a6c4f0e8691fb7cc42f478d9f21938 (diff)
Make the account id map also use a checker.
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 57ca5b506..4bd8371ff 100644
--- a/include/account.h
+++ b/include/account.h
@@ -23,7 +23,7 @@ typedef std::unordered_map<uint64_t, NickCore *> nickcoreid_map;
extern CoreExport Serialize::Checker<nickalias_map> NickAliasList;
extern CoreExport Serialize::Checker<nickcore_map> NickCoreList;
-extern CoreExport nickcoreid_map NickCoreIdList;
+extern CoreExport Serialize::Checker<nickcoreid_map> NickCoreIdList;
/* A registered nickname.
* It matters that Base is here before Extensible (it is inherited by Serializable)