summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_decl.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_decl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index a897bce2a24..c9409ac9cdf 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -741,7 +741,7 @@ AST_Decl::set_id_with_typeid (char *value)
AST_Interface *iface =
AST_Interface::narrow_from_scope (this->defined_in ());
- if (iface == 0 || iface->is_valuetype () == 0)
+ if (iface == 0 || iface->node_type () == AST_Decl::NT_valuetype == 0)
{
idl_global->err ()->error1 (UTL_Error::EIDL_INVALID_TYPEID,
this);