already using namespace std
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5568 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8297c5c021
commit
4294faad18
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ string remove_file_extension(const string& path) {
|
|||
|
||||
struct ToLower
|
||||
{
|
||||
char operator() (char c) const { return std::tolower(c); }
|
||||
char operator() (char c) const { return tolower(c); }
|
||||
};
|
||||
|
||||
string lowercase(const string &str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue