diff options
Diffstat (limited to 'TAO/TAO_IDL/include/ast_native.h')
-rw-r--r-- | TAO/TAO_IDL/include/ast_native.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_native.h b/TAO/TAO_IDL/include/ast_native.h index 719e2a67915..6d79ca8a5ee 100644 --- a/TAO/TAO_IDL/include/ast_native.h +++ b/TAO/TAO_IDL/include/ast_native.h @@ -40,6 +40,8 @@ public: // Visiting. virtual int ast_accept (ast_visitor *visitor); + + static AST_Decl::NodeType const NT; }; #endif /* AST_NATIVE_H */ |