From 3da59eac098c1ef9d2c98f2079185ff35c3b6105 Mon Sep 17 00:00:00 2001 From: Knut Petter Svendsen Date: Tue, 13 Sep 2022 22:57:39 +0200 Subject: Remove obsolescent (void) in functions with no parameters --- TAO/tao/RTPortableServer/RTPortableServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tao/RTPortableServer/RTPortableServer.h') diff --git a/TAO/tao/RTPortableServer/RTPortableServer.h b/TAO/tao/RTPortableServer/RTPortableServer.h index 3a9cc80a20f..3a2c7bbd7cb 100644 --- a/TAO/tao/RTPortableServer/RTPortableServer.h +++ b/TAO/tao/RTPortableServer/RTPortableServer.h @@ -30,7 +30,7 @@ class TAO_RTPortableServer_Export TAO_RTPortableServer_Initializer { public: /// Constructor. - TAO_RTPortableServer_Initializer (void); + TAO_RTPortableServer_Initializer (); }; static TAO_RTPortableServer_Initializer TAO_RTPortableServer_initializer; -- cgit v1.2.1