fixed linux build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401105
This commit is contained in:
David Anderson 2007-07-13 19:47:10 +00:00
parent 8a3b34bcdc
commit 560ff04a4d

View File

@ -309,7 +309,8 @@ public:
void pop()
{
erase(begin());
iterator iter = begin();
erase(iter);
}
};