diff options
Diffstat (limited to 'TAO/tao/TAOC.h')
-rw-r--r-- | TAO/tao/TAOC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TAOC.h b/TAO/tao/TAOC.h index b99122161f4..9d99aaceb9f 100644 --- a/TAO/tao/TAOC.h +++ b/TAO/tao/TAOC.h @@ -217,7 +217,7 @@ TAO_NAMESPACE TAO // TAO_IDL - Generated from // W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/interface_ch.cpp:211 - virtual void *_tao_QueryInterface (ptr_arith_t type); + virtual void *_tao_QueryInterface (ptrdiff_t type); virtual const char* _interface_repository_id (void) const; virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr); |