summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_root.h')
-rw-r--r--TAO/TAO_IDL/include/ast_root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_root.h b/TAO/TAO_IDL/include/ast_root.h
index 4cae6a9d43b..8b8435936a3 100644
--- a/TAO/TAO_IDL/include/ast_root.h
+++ b/TAO/TAO_IDL/include/ast_root.h
@@ -91,7 +91,7 @@ public:
virtual void dump (ostream &o);
// Visiting.
- virtual int accept (ast_visitor *visitor);
+ virtual int ast_accept (ast_visitor *visitor);
private:
friend class FE_Declarator;