summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor_Adapter_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor_Adapter_Factory.h')
-rw-r--r--TAO/tao/IORInterceptor_Adapter_Factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IORInterceptor_Adapter_Factory.h b/TAO/tao/IORInterceptor_Adapter_Factory.h
index c446c802a16..2ad58f50390 100644
--- a/TAO/tao/IORInterceptor_Adapter_Factory.h
+++ b/TAO/tao/IORInterceptor_Adapter_Factory.h
@@ -39,7 +39,7 @@ class TAO_Export TAO_IORInterceptor_Adapter_Factory
: public ACE_Service_Object
{
public:
- virtual ~TAO_IORInterceptor_Adapter_Factory (void);
+ virtual ~TAO_IORInterceptor_Adapter_Factory ();
virtual TAO_IORInterceptor_Adapter * create (void) = 0;
};