summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_argument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_argument.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_argument.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_argument.cpp b/TAO/TAO_IDL/be/be_argument.cpp
index 0a4fc22ffc5..fdb3e16529e 100644
--- a/TAO/TAO_IDL/be/be_argument.cpp
+++ b/TAO/TAO_IDL/be/be_argument.cpp
@@ -20,6 +20,7 @@
// ============================================================================
#include "be_argument.h"
+#include "be_type.h"
#include "be_visitor.h"
ACE_RCSID (be,
@@ -42,6 +43,8 @@ be_argument::be_argument (AST_Argument::Direction d,
AST_Decl (AST_Decl::NT_argument,
n)
{
+ be_type *bt = be_type::narrow_from_decl (ft);
+ bt->seen_in_operation (I_TRUE);
}