diff options
Diffstat (limited to 'TAO/TAO_IDL/include/ast_enum_val.h')
-rw-r--r-- | TAO/TAO_IDL/include/ast_enum_val.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_enum_val.h b/TAO/TAO_IDL/include/ast_enum_val.h index a7d5df282d3..cdc7abbf974 100644 --- a/TAO/TAO_IDL/include/ast_enum_val.h +++ b/TAO/TAO_IDL/include/ast_enum_val.h @@ -88,6 +88,8 @@ public: virtual int ast_accept (ast_visitor *visitor); static AST_Decl::NodeType const NT; + + virtual bool annotatable () const { return true; } }; #endif // _AST_ENUM_VAL_AST_ENUM_VAL_HH |