summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_structure_fwd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_structure_fwd.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_structure_fwd.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_structure_fwd.cpp b/TAO/TAO_IDL/be/be_structure_fwd.cpp
index 872eb2f094a..94e8a173343 100644
--- a/TAO/TAO_IDL/be/be_structure_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_structure_fwd.cpp
@@ -28,10 +28,12 @@ be_structure_fwd::be_structure_fwd (void)
{
}
-be_structure_fwd::be_structure_fwd (UTL_ScopedName *n)
+be_structure_fwd::be_structure_fwd (AST_Structure *dummy,
+ UTL_ScopedName *n)
: be_type (AST_Decl::NT_struct_fwd,
n),
- AST_StructureFwd (n),
+ AST_StructureFwd (dummy,
+ n),
AST_Type (AST_Decl::NT_struct_fwd,
n),
AST_Decl (AST_Decl::NT_struct_fwd,