forked from organicmaps/organicmaps
Fixed linker error.
This commit is contained in:
parent
e5b4c8e867
commit
8494d06d54
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace Settings
|
|||
StringStorage::Instance().SetValue(key, ToString(value));
|
||||
}
|
||||
|
||||
void Delete(string const & key)
|
||||
inline void Delete(string const & key)
|
||||
{
|
||||
StringStorage::Instance().DeleteKeyAndValue(key);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue