summaryrefslogtreecommitdiff
path: root/cpp/src/slice2xsd/Main.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-28 19:59:40 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-28 19:59:40 +0000
commita46dbf9951edb25908ee2342d96c8948080f3b2d (patch)
tree69edeff1a51dc4350a12e8f26c81025b4f74167c /cpp/src/slice2xsd/Main.cpp
parentRemoved slice task tagdir attribute from build.xml (diff)
downloadice-a46dbf9951edb25908ee2342d96c8948080f3b2d.tar.bz2
ice-a46dbf9951edb25908ee2342d96c8948080f3b2d.tar.xz
ice-a46dbf9951edb25908ee2342d96c8948080f3b2d.zip
minor changes for gcc 3.2
Diffstat (limited to 'cpp/src/slice2xsd/Main.cpp')
-rw-r--r--cpp/src/slice2xsd/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2xsd/Main.cpp b/cpp/src/slice2xsd/Main.cpp
index faaadfb54ed..f852142fdd8 100644
--- a/cpp/src/slice2xsd/Main.cpp
+++ b/cpp/src/slice2xsd/Main.cpp
@@ -172,7 +172,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")
{