From a46dbf9951edb25908ee2342d96c8948080f3b2d Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sat, 28 Sep 2002 19:59:40 +0000 Subject: minor changes for gcc 3.2 --- cpp/src/slice2cpp/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Main.cpp') diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index 078b332c1b4..19fc28233c7 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -214,7 +214,7 @@ main(int argc, char* argv[]) if(pos != string::npos) { suffix = base.substr(pos); - transform(suffix.begin(), suffix.end(), suffix.begin(), tolower); + transform(suffix.begin(), suffix.end(), suffix.begin(), ::tolower); } if(suffix != ".ice") { -- cgit v1.2.3