mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixum (nw)
This commit is contained in:
parent
f7d09823aa
commit
c15306c628
@ -528,11 +528,10 @@ public:
|
||||
return *m_head;
|
||||
}
|
||||
|
||||
void clear() const
|
||||
void clear()
|
||||
{
|
||||
m_head = m_tail = this->begin();
|
||||
m_empty = true;
|
||||
return *m_head;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user