diff options
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r-- | cpp/src/Ice/BasicStream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp index 34f91a36349..e08914e0a7e 100644 --- a/cpp/src/Ice/BasicStream.cpp +++ b/cpp/src/Ice/BasicStream.cpp @@ -2664,8 +2664,8 @@ IceInternal::BasicStream::EncapsDecoder11::skipSlice() { if(_current->sliceType == ObjectSlice) { - throw NoObjectFactoryException(__FILE__, __LINE__, - "no object factory found and compact format prevents " + throw NoObjectFactoryException(__FILE__, __LINE__, + "no object factory found and compact format prevents " "slicing (the sender should use the sliced format instead)", _current->typeId); } |