Fixed linker error.

This commit is contained in:
Alex Zolotarev 2015-06-01 18:35:18 +03:00
parent e5b4c8e867
commit 8494d06d54

View file

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