diff options
Diffstat (limited to 'TAO/tao/varout.h')
-rw-r--r-- | TAO/tao/varout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/varout.h b/TAO/tao/varout.h index 87a996f0c3d..16ed5d2af77 100644 --- a/TAO/tao/varout.h +++ b/TAO/tao/varout.h @@ -84,8 +84,8 @@ public: // TAO extension for access to the underlying pointer. virtual void _downcast (CORBA_Object *base_ptr, - CORBA_Environment &ACE_TRY_ENV - /* = CORBA::default_environment () */); + CORBA_Environment &ACE_TRY_ENV = + TAO_default_environment ()); // No default to workaround egcs problem with templates and // namespaces virtual CORBA_Object *_upcast (void); |