diff options
Diffstat (limited to 'ruby/src/IceRuby/ValueFactoryManager.cpp')
-rw-r--r-- | ruby/src/IceRuby/ValueFactoryManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/src/IceRuby/ValueFactoryManager.cpp b/ruby/src/IceRuby/ValueFactoryManager.cpp index 562526c0003..e125328afdf 100644 --- a/ruby/src/IceRuby/ValueFactoryManager.cpp +++ b/ruby/src/IceRuby/ValueFactoryManager.cpp @@ -31,7 +31,7 @@ getClassInfo(const string& id) // When the ID is that of Ice::Object, it indicates that the stream has not // found a factory and is providing us an opportunity to preserve the object. // - info = lookupClassInfo("::Ice::UnknownSlicedObject"); + info = lookupClassInfo("::Ice::UnknownSlicedValue"); } else { |