From 900d6095f897d8c69fea522221675bdec225dbba Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 9 Dec 2020 13:40:11 +0100 Subject: Remove redundant void arg --- TAO/tao/PortableServer/ORT_Adapter_Factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tao/PortableServer/ORT_Adapter_Factory.h') diff --git a/TAO/tao/PortableServer/ORT_Adapter_Factory.h b/TAO/tao/PortableServer/ORT_Adapter_Factory.h index 3e018602d4a..d2d1df23f1e 100644 --- a/TAO/tao/PortableServer/ORT_Adapter_Factory.h +++ b/TAO/tao/PortableServer/ORT_Adapter_Factory.h @@ -55,7 +55,7 @@ namespace TAO * line option. Apparently the compiler generated * destructor is inlined. */ - virtual ~ORT_Adapter_Factory (void); + virtual ~ORT_Adapter_Factory (); /// Create a new adapter, in case not possible to allocate, returns 0 virtual TAO::ORT_Adapter * create () = 0; -- cgit v1.2.1