summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_attribute.cpp')
-rw-r--r--TAO_IDL/be/be_attribute.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO_IDL/be/be_attribute.cpp b/TAO_IDL/be/be_attribute.cpp
index 4d5c0c633d2..9e8b87e2633 100644
--- a/TAO_IDL/be/be_attribute.cpp
+++ b/TAO_IDL/be/be_attribute.cpp
@@ -38,7 +38,9 @@ be_attribute::be_attribute (bool ro,
local,
abstract),
be_decl (AST_Decl::NT_attr,
- n)
+ n),
+ be_field (ft,
+ n)
{
if (!this->imported () && !this->is_local ())
{