summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_enum_val.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_enum_val.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_enum_val.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_enum_val.cpp b/TAO/TAO_IDL/ast/ast_enum_val.cpp
index ad4b68a6639..e9110be8b4f 100644
--- a/TAO/TAO_IDL/ast/ast_enum_val.cpp
+++ b/TAO/TAO_IDL/ast/ast_enum_val.cpp
@@ -106,7 +106,7 @@ AST_EnumVal::dump (ostream &o)
}
int
-AST_EnumVal::accept (ast_visitor *visitor)
+AST_EnumVal::ast_accept (ast_visitor *visitor)
{
return visitor->visit_enum_val (this);
}