summaryrefslogtreecommitdiff
path: root/TAO/tao/encode.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1999-03-12 15:44:58 +0000
committergokhale <asgokhale@users.noreply.github.com>1999-03-12 15:44:58 +0000
commit82bf1eba60d2d5d48407ff575ef9eafca1aa5c76 (patch)
tree1c912837e3df8679a3a7437fe643483717e33a5e /TAO/tao/encode.cpp
parentc9b7932f848cb4a54a8c14fa8ccb58a4b85cf468 (diff)
downloadATCD-82bf1eba60d2d5d48407ff575ef9eafca1aa5c76.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/encode.cpp')
-rw-r--r--TAO/tao/encode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/encode.cpp b/TAO/tao/encode.cpp
index 7125d122ce4..a3030139014 100644
--- a/TAO/tao/encode.cpp
+++ b/TAO/tao/encode.cpp
@@ -375,8 +375,8 @@ TAO_Marshal_Struct::encode (CORBA::TypeCode_ptr tc,
CORBA_Object_ptr ptr = 0;
if (is_corba_object == 0)
{
- TAO_Object_Field* field =
- ACE_reinterpret_cast (TAO_Object_Field *,
+ TAO_Object_Field_T<CORBA_Object>* field =
+ ACE_reinterpret_cast (TAO_Object_Field_T<CORBA_Object> *,
ACE_const_cast (void *, data));
ptr = field->_upcast ();
// The size of this field is different...