summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/Elements.tpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/Elements.tpp')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/Elements.tpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/Elements.tpp b/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/Elements.tpp
index 1bf6eafd4c1..bc8b9ba131b 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/Elements.tpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/Elements.tpp
@@ -50,7 +50,7 @@ namespace CCF
DeclarationRef<T, Ptr>::
DeclarationRef (DeclarationTable const& table)
: table_ (table),
- name_ (""),
+ name_ ("::"), //@@ this is bad
order_ (0),
initialized_ (false),
with_order_ (false)
@@ -80,7 +80,7 @@ namespace CCF
}
}
-
+
//
// DeclarationTable
//