summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_structure.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-15 18:56:10 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-15 18:56:10 +0000
commit535b0cc71b467d95736eea8e9e778e4bbc4c219b (patch)
treee277eb69bd06fc41160331de91494d950eb3a978 /TAO/TAO_IDL/be/be_structure.cpp
parent16ca54df56baba2206df610d38e5a3143b8c1ce9 (diff)
downloadATCD-535b0cc71b467d95736eea8e9e778e4bbc4c219b.tar.gz
ChangeLogTag: Thu Jun 15 15:05:43 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_structure.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_structure.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_structure.cpp b/TAO/TAO_IDL/be/be_structure.cpp
index dae08f4df58..d26a250cebf 100644
--- a/TAO/TAO_IDL/be/be_structure.cpp
+++ b/TAO/TAO_IDL/be/be_structure.cpp
@@ -86,9 +86,9 @@ void
be_structure::destroy (void)
{
// Call the destroy methods of our base classes.
- be_scope::destroy ();
- be_type::destroy ();
- AST_Decl::destroy ();
+ this->be_scope::destroy ();
+ this->be_type::destroy ();
+ this->AST_Structure::destroy ();
}
int