mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Fixed some minor function argument name mismatches.
This commit is contained in:
parent
3437e40d6a
commit
595037b301
|
@ -30,8 +30,8 @@ namespace Utils
|
|||
std::string toCapitalized(const std::string& stringArg);
|
||||
std::string trim(const std::string& stringArg);
|
||||
std::string replace(const std::string& stringArg,
|
||||
const std::string& replace,
|
||||
const std::string& with);
|
||||
const std::string& from,
|
||||
const std::string& to);
|
||||
std::wstring stringToWideString(const std::string& stringArg);
|
||||
std::string wideStringToString(const std::wstring& stringArg);
|
||||
bool startsWith(const std::string& stringArg, const std::string& start);
|
||||
|
|
Loading…
Reference in a new issue