summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_constant.h')
-rw-r--r--TAO/TAO_IDL/include/ast_constant.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_constant.h b/TAO/TAO_IDL/include/ast_constant.h
index 9a291f565f3..aee9aed5b9f 100644
--- a/TAO/TAO_IDL/include/ast_constant.h
+++ b/TAO/TAO_IDL/include/ast_constant.h
@@ -84,6 +84,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
class TAO_IDL_FE_Export AST_Constant : public virtual AST_Decl
{
public:
+ AST_Constant (void);
+
AST_Constant (AST_Expression::ExprType et,
AST_Decl::NodeType nt,
AST_Expression *ev,
@@ -125,8 +127,6 @@ public:
// Cleanup.
virtual void destroy (void);
- static AST_Decl::NodeType const NT;
-
protected:
AST_Expression *pd_constant_value;
// The value.