summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Queue.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-01-03 17:56:20 +0100
committerTycho <work.tycho+git@gmail.com>2014-01-03 17:56:20 +0100
commit13bbb3d99dee8041d47279cae3484c3083491f18 (patch)
tree32ef15a952322dcdad4ad7f86e15eff70fc7f9f8 /src/OSSupport/Queue.h
parentactual fix (diff)
downloadcuberite-13bbb3d99dee8041d47279cae3484c3083491f18.tar
cuberite-13bbb3d99dee8041d47279cae3484c3083491f18.tar.gz
cuberite-13bbb3d99dee8041d47279cae3484c3083491f18.tar.bz2
cuberite-13bbb3d99dee8041d47279cae3484c3083491f18.tar.lz
cuberite-13bbb3d99dee8041d47279cae3484c3083491f18.tar.xz
cuberite-13bbb3d99dee8041d47279cae3484c3083491f18.tar.zst
cuberite-13bbb3d99dee8041d47279cae3484c3083491f18.zip
Diffstat (limited to 'src/OSSupport/Queue.h')
-rw-r--r--src/OSSupport/Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Queue.h b/src/OSSupport/Queue.h
index fc942b3e1..ab42c871e 100644
--- a/src/OSSupport/Queue.h
+++ b/src/OSSupport/Queue.h
@@ -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)