mirror of
https://github.com/holub/mame
synced 2025-06-20 11:16:37 +03:00
fix: inline not allowed. (nw)
This commit is contained in:
parent
37f39ecf3c
commit
1aa8a350d3
@ -837,7 +837,7 @@ bool core_options::validate_and_set_data(core_options::entry &curentry, const ch
|
||||
return true;
|
||||
}
|
||||
|
||||
inline core_options::entry *core_options::get_entry(const char *name) const
|
||||
core_options::entry *core_options::get_entry(const char *name) const
|
||||
{
|
||||
auto curentry = m_entrymap.find(name);
|
||||
return (curentry != m_entrymap.end()) ? curentry->second : nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user