summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_enum_val.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_enum_val.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_enum_val.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_enum_val.cpp b/TAO/TAO_IDL/ast/ast_enum_val.cpp
index 5769cb28487..9b53f2352c1 100644
--- a/TAO/TAO_IDL/ast/ast_enum_val.cpp
+++ b/TAO/TAO_IDL/ast/ast_enum_val.cpp
@@ -80,7 +80,7 @@ AST_EnumVal::AST_EnumVal (ACE_CDR::ULong v,
AST_Decl::NT_enum_val,
new AST_Expression (v),
n),
- enum_parent_ (0)
+ enum_parent_ (nullptr)
{
}