diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-11-05 13:04:29 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-11-05 13:04:29 -0330 |
commit | dceb0c2effa72ac24dc531adcc41776f7d57aa3a (patch) | |
tree | 9894dfffd0f7f2156efb404fe540702192d384ba /cpp/src/IceUtil/StringUtil.cpp | |
parent | Bug 3386 - slice errors with wrong line numbers (diff) | |
download | ice-dceb0c2effa72ac24dc531adcc41776f7d57aa3a.tar.bz2 ice-dceb0c2effa72ac24dc531adcc41776f7d57aa3a.tar.xz ice-dceb0c2effa72ac24dc531adcc41776f7d57aa3a.zip |
Fixed Windows compile
Diffstat (limited to 'cpp/src/IceUtil/StringUtil.cpp')
-rw-r--r-- | cpp/src/IceUtil/StringUtil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/StringUtil.cpp b/cpp/src/IceUtil/StringUtil.cpp index a963428aa08..ca46f727c41 100644 --- a/cpp/src/IceUtil/StringUtil.cpp +++ b/cpp/src/IceUtil/StringUtil.cpp @@ -685,6 +685,8 @@ IceUtilInternal::lastErrorToString() return errorToString(errno); } +#endif + string IceUtilInternal::toLower(const std::string& s) { @@ -720,5 +722,3 @@ IceUtilInternal::removeWhitespace(const std::string& s) } return result; } - -#endif |