diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-04 05:16:26 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-04 05:16:26 +0000 |
commit | 1dfd74a7353bca90d3389729e9c6029e68a159cf (patch) | |
tree | c083211e998d58ee14293ff9ebc7eeb9eb09734f /TAO/tao/skip.cpp | |
parent | ec4bc76673a3dd89ce4523a90cbcbea9d88e7352 (diff) | |
download | ATCD-1dfd74a7353bca90d3389729e9c6029e68a159cf.tar.gz |
ChangeLogTag: Sat Sep 03 00:13:00 1999 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'TAO/tao/skip.cpp')
-rw-r--r-- | TAO/tao/skip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/skip.cpp b/TAO/tao/skip.cpp index 76271fbbfd0..6354ac08b8f 100644 --- a/TAO/tao/skip.cpp +++ b/TAO/tao/skip.cpp @@ -483,7 +483,7 @@ TAO_Marshal_Union::skip (CORBA::TypeCode_ptr tc, // the typecode for the default if (default_index >= 0 && default_index-- == 0) - default_tc = member_tc; + default_tc = member_tc.in (); if (discrim_matched) { // marshal according to the matched typecode |