Fix inconsistent static/inline usage.

This commit is contained in:
Skyth
2024-12-13 14:51:13 +03:00
parent 87e3602f41
commit 417805ae38
21 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ extern std::unordered_map<uint16_t, GuestTexture*> g_xdbfTextureCache;
namespace xdbf
{
inline static std::string& FixInvalidSequences(std::string& str)
inline std::string& FixInvalidSequences(std::string& str)
{
static std::vector<std::string> invalidSequences =
{