From 1aa8a350d3b4e5dedd5ad5d19294570e64a9dc1b Mon Sep 17 00:00:00 2001 From: dankan1890 Date: Sun, 3 Apr 2016 18:54:04 +0200 Subject: fix: inline not allowed. (nw) --- src/lib/util/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util/options.cpp') diff --git a/src/lib/util/options.cpp b/src/lib/util/options.cpp index 58d8e86ca6a..c6aee563a63 100644 --- a/src/lib/util/options.cpp +++ b/src/lib/util/options.cpp @@ -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; -- cgit v1.2.3-70-g09d2