mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
add missing return statement for LRU cache assignment operator (nw)
This commit is contained in:
parent
6ce8e37748
commit
825cd42639
@ -795,6 +795,7 @@ public:
|
||||
m_mapping.insert(it);
|
||||
assert(m_elements.size() == m_size);
|
||||
assert(m_mapping.size() == m_size);
|
||||
return *this;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user