diff options
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 4ed98ae9298..48b5ad7d1a8 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -105,7 +105,7 @@ string Ice::Object::__names[] = }; DispatchStatus -Ice::Object::__dispatch(::IceInternal::Incoming& in, const string& name) +Ice::Object::__dispatch(Incoming& in, const string& name) { string* b = __names; string* e = __names + sizeof(__names) / sizeof(string); |