summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_constant.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-12 01:47:27 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-12 01:47:27 +0000
commit55c4491d285882098be33ac258efc1ed0cf96245 (patch)
tree73430ba2ce36bcf29682f3ef43cd5e96feec00b4 /TAO/TAO_IDL/include/ast_constant.h
parent34981f24387465709a15d8f49cd70b1de6006c22 (diff)
downloadATCD-55c4491d285882098be33ac258efc1ed0cf96245.tar.gz
Uninlined the destructors, so memory management can be added later.
Diffstat (limited to 'TAO/TAO_IDL/include/ast_constant.h')
-rw-r--r--TAO/TAO_IDL/include/ast_constant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_constant.h b/TAO/TAO_IDL/include/ast_constant.h
index afb73edeb58..3dbb54977b5 100644
--- a/TAO/TAO_IDL/include/ast_constant.h
+++ b/TAO/TAO_IDL/include/ast_constant.h
@@ -95,7 +95,7 @@ public:
AST_Expression *ev, UTL_ScopedName *n, UTL_StrList *p);
AST_Constant(AST_Expression::ExprType et, AST_Expression *ev,
UTL_ScopedName *n, UTL_StrList *p);
- virtual ~AST_Constant() {}
+ virtual ~AST_Constant (void);
// Data Accessors
AST_Expression *constant_value();