summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_enum.h')
-rw-r--r--TAO/TAO_IDL/include/ast_enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_enum.h b/TAO/TAO_IDL/include/ast_enum.h
index 62c10cb6622..3ab61916e3b 100644
--- a/TAO/TAO_IDL/include/ast_enum.h
+++ b/TAO/TAO_IDL/include/ast_enum.h
@@ -110,6 +110,8 @@ public:
static AST_Decl::NodeType const NT;
+ virtual bool annotatable () const { return true; }
+
private:
friend int tao_yyparse (void);
@@ -124,8 +126,6 @@ private:
virtual AST_EnumVal *fe_add_enum_val (AST_EnumVal *v);
// Scope Management.
-
- virtual bool annotatable () const { return true; }
};
#endif // _AST_ENUM_AST_ENUM_HH