summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_typedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_typedef.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_typedef.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_typedef.cpp b/TAO/TAO_IDL/ast/ast_typedef.cpp
index 67e5601dc97..b3e343b3451 100644
--- a/TAO/TAO_IDL/ast/ast_typedef.cpp
+++ b/TAO/TAO_IDL/ast/ast_typedef.cpp
@@ -143,6 +143,11 @@ AST_Typedef::ast_accept (ast_visitor *visitor)
return visitor->visit_typedef (this);
}
+void
+AST_Typedef::destroy (void)
+{
+}
+
// Data accessors.
AST_Type *