mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
find_replace fix
This commit is contained in:
parent
3ec39ce06b
commit
20c99e36d8
@ -51,6 +51,6 @@ uint64 hextoi64(const char* num);
|
|||||||
|
|
||||||
void MakeLowerString(const char *source, char *target);
|
void MakeLowerString(const char *source, char *target);
|
||||||
void RemoveApostrophes(std::string &s);
|
void RemoveApostrophes(std::string &s);
|
||||||
void find_replace(std::string& string_subject, std::string& search_string, std::string& replace_string);
|
void find_replace(std::string& string_subject, const std::string& search_string, const std::string& replace_string);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user