diff options
author | Jose <jose@zeroc.com> | 2009-08-04 00:09:36 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-08-04 00:09:36 +0200 |
commit | 06edd41f4521d79844e4012c3e1630a0cadb49f3 (patch) | |
tree | 4ab5e789489431748c1582f206e6240e5c7ea14d /cpp/src/IcePatch2/Calc.cpp | |
parent | initialize integer members of Slice::Unit (diff) | |
download | ice-06edd41f4521d79844e4012c3e1630a0cadb49f3.tar.bz2 ice-06edd41f4521d79844e4012c3e1630a0cadb49f3.tar.xz ice-06edd41f4521d79844e4012c3e1630a0cadb49f3.zip |
4171 - Global namespace pollution
Diffstat (limited to 'cpp/src/IcePatch2/Calc.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Calc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Calc.cpp b/cpp/src/IcePatch2/Calc.cpp index 525657e6f7a..b9a857c4b78 100644 --- a/cpp/src/IcePatch2/Calc.cpp +++ b/cpp/src/IcePatch2/Calc.cpp @@ -197,7 +197,7 @@ mainInternal(const Ice::StringSeq& args) string absDataDir = dataDir; string cwd; - if(OS::getcwd(cwd) != 0) + if(IceInternal::OS::getcwd(cwd) != 0) { throw "cannot get the current directory:\n" + IceUtilInternal::lastErrorToString(); } |