summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocation_Resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Collocation_Resolver.h')
-rw-r--r--TAO/tao/Collocation_Resolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Collocation_Resolver.h b/TAO/tao/Collocation_Resolver.h
index 9f405446b18..c3360654e0e 100644
--- a/TAO/tao/Collocation_Resolver.h
+++ b/TAO/tao/Collocation_Resolver.h
@@ -44,7 +44,7 @@ class TAO_Export TAO_Collocation_Resolver
{
public:
/// Destructor.
- virtual ~TAO_Collocation_Resolver (void);
+ virtual ~TAO_Collocation_Resolver ();
/// Is @a object collocated?
virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object) const = 0;