Mark TCMachineTeamInfo::size const

This commit is contained in:
sfc-gh-tclinkenbeard 2020-12-26 19:23:01 -04:00
parent 33ec968d5a
commit 26a4884eef
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public:
sort(machineIDs.begin(), machineIDs.end());
}
int size() {
int size() const {
ASSERT(machines.size() == machineIDs.size());
return machineIDs.size();
}