summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_porttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_porttype.h')
-rw-r--r--TAO/TAO_IDL/include/ast_porttype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_porttype.h b/TAO/TAO_IDL/include/ast_porttype.h
index aa98a84ee2a..20b0e92ea26 100644
--- a/TAO/TAO_IDL/include/ast_porttype.h
+++ b/TAO/TAO_IDL/include/ast_porttype.h
@@ -18,10 +18,10 @@ class TAO_IDL_FE_Export AST_PortType
public:
AST_PortType (UTL_ScopedName *n);
- virtual ~AST_PortType (void);
+ virtual ~AST_PortType ();
// Cleanup function.
- virtual void destroy (void);
+ virtual void destroy ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);