diff options
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r-- | TAO/tao/Sequence.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h index 4a3d3dd36e9..1080046d383 100644 --- a/TAO/tao/Sequence.h +++ b/TAO/tao/Sequence.h @@ -60,7 +60,7 @@ public: virtual void _downcast (void *target, CORBA_Object *src, - CORBA_Environment &_env = CORBA_Environment::default_environment ()); + CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment ()); // Used for sequences of objects to downcast a recently demarshalled // object reference into the right type. |