summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_template_module_ref.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-24 13:19:10 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-24 13:19:10 +0000
commitd32265c1cc54e8634e9ec607f5dffe943a3e991c (patch)
tree10b7e76ae42fc2f26abf177cbb07f053af11e766 /TAO/TAO_IDL/be/be_template_module_ref.cpp
parent816fbbbf178e5fcbd2472ae393dbb69cd546d05c (diff)
downloadATCD-d32265c1cc54e8634e9ec607f5dffe943a3e991c.tar.gz
ChangeLogTag: Thu Dec 24 13:15:42 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_template_module_ref.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_template_module_ref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_template_module_ref.cpp b/TAO/TAO_IDL/be/be_template_module_ref.cpp
index 10b91be52f4..fdb3308b22b 100644
--- a/TAO/TAO_IDL/be/be_template_module_ref.cpp
+++ b/TAO/TAO_IDL/be/be_template_module_ref.cpp
@@ -37,7 +37,7 @@ be_template_module_ref::destroy (void)
}
int
-be_template_module_ref::ast_accept (be_visitor *)
+be_template_module_ref::accept (be_visitor *)
{
return 0;//visitor->visit_template_module_ref (this);
}