1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
This commit is contained in:
Brian Fiete 2020-10-30 09:35:48 -07:00
parent 8abb72939b
commit e2bc29cf9c

View file

@ -781,7 +781,7 @@ public:
for (int i = 0; i < mList.mSize; i++) for (int i = 0; i < mList.mSize; i++)
if (mList[i] != rhs.mList[i]) if (mList[i] != rhs.mList[i])
return false; return false;
return false; return true;
} }
}; };