1
0
This commit is contained in:
Tycho
2014-01-03 08:56:20 -08:00
parent 14ec68d8d3
commit 13bbb3d99d
2 changed files with 4 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ public:
}
// Removes an Item from the queue
bool Remove(ItemType item)
bool Remove(ItemType a_item)
{
cCSLock Lock(m_CS);
for (iterator itr = m_contents.begin(); itr != m_contents.end(); ++itr)