diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-10-26 15:37:45 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-10-26 15:37:45 +0000 |
commit | 859eb35d70b186701e1d071ac1dbd7858a33f643 (patch) | |
tree | 3436aad6b0dee4af2141af5adb330bf14445ebd6 /cpp/src/Slice/DotNetNames.cpp | |
parent | IcePack bug fixes (diff) | |
download | ice-859eb35d70b186701e1d071ac1dbd7858a33f643.tar.bz2 ice-859eb35d70b186701e1d071ac1dbd7858a33f643.tar.xz ice-859eb35d70b186701e1d071ac1dbd7858a33f643.zip |
HP aCC fix
Diffstat (limited to 'cpp/src/Slice/DotNetNames.cpp')
-rwxr-xr-x | cpp/src/Slice/DotNetNames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/DotNetNames.cpp b/cpp/src/Slice/DotNetNames.cpp index 89d12eb61f2..941bdbe09fb 100755 --- a/cpp/src/Slice/DotNetNames.cpp +++ b/cpp/src/Slice/DotNetNames.cpp @@ -103,7 +103,7 @@ ciEquals(const string& s, const char* p) return true; } -const char* Slice::DotNet::manglePrefix = "_Ice_"; +const char* manglePrefix = "_Ice_"; static bool mangle(const string& s, const Node* np, string& newName) |