summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_finder.h')
-rw-r--r--TAO/TAO_IDL/include/ast_finder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_finder.h b/TAO/TAO_IDL/include/ast_finder.h
index 25d6dabd511..f66e44d910f 100644
--- a/TAO/TAO_IDL/include/ast_finder.h
+++ b/TAO/TAO_IDL/include/ast_finder.h
@@ -12,13 +12,13 @@ public:
AST_Finder (UTL_ScopedName *n);
- virtual ~AST_Finder (void);
+ virtual ~AST_Finder ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);
// Cleanup function.
- virtual void destroy (void);
+ virtual void destroy ();
// Visiting.
virtual int ast_accept (ast_visitor *visitor);