summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_finder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_finder.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_finder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_finder.cpp b/TAO/TAO_IDL/ast/ast_finder.cpp
index b16ad2b375d..f745c3362a5 100644
--- a/TAO/TAO_IDL/ast/ast_finder.cpp
+++ b/TAO/TAO_IDL/ast/ast_finder.cpp
@@ -16,12 +16,12 @@ AST_Finder::AST_Finder (UTL_ScopedName *n)
{
}
-AST_Finder::~AST_Finder (void)
+AST_Finder::~AST_Finder ()
{
}
void
-AST_Finder::destroy (void)
+AST_Finder::destroy ()
{
this->AST_Factory::destroy ();
}