diff options
author | Jose <jose@zeroc.com> | 2017-01-23 21:37:19 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-01-23 21:37:19 +0100 |
commit | dc857ec709508da224559437eef19f396b9733e6 (patch) | |
tree | 3e0e42b216cc291fc9868062487bb2b13532ad8e /ruby/src/IceRuby/ValueFactoryManager.cpp | |
parent | Build shared executables with -fPIE/-pie on Linux (diff) | |
download | ice-dc857ec709508da224559437eef19f396b9733e6.tar.bz2 ice-dc857ec709508da224559437eef19f396b9733e6.tar.xz ice-dc857ec709508da224559437eef19f396b9733e6.zip |
Ice for Ruby Ice::Value implementation
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 { |