summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_enum_val.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_enum_val.h')
-rw-r--r--TAO/TAO_IDL/include/ast_enum_val.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/ast_enum_val.h b/TAO/TAO_IDL/include/ast_enum_val.h
index 6339f5280cf..f1667000d0b 100644
--- a/TAO/TAO_IDL/include/ast_enum_val.h
+++ b/TAO/TAO_IDL/include/ast_enum_val.h
@@ -78,10 +78,7 @@ public:
AST_EnumVal (ACE_CDR::ULong v,
UTL_ScopedName *n);
- virtual ~AST_EnumVal (void);
-
- // Narrowing.
- DEF_NARROW_FROM_DECL(AST_EnumVal);
+ virtual ~AST_EnumVal ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &);