mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-27 02:45:22 -04:00
Fix inconsistent static/inline usage.
This commit is contained in:
@@ -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 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user