fix: inline not allowed. (nw)

This commit is contained in:
dankan1890 2016-04-03 18:54:04 +02:00
parent 37f39ecf3c
commit 1aa8a350d3

View File

@ -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;