summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CIDL/SyntaxTree/HomeExecutor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/CIDL/SyntaxTree/HomeExecutor.hpp')
-rw-r--r--TAO/CIAO/CCF/CCF/CIDL/SyntaxTree/HomeExecutor.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/CIAO/CCF/CCF/CIDL/SyntaxTree/HomeExecutor.hpp b/TAO/CIAO/CCF/CCF/CIDL/SyntaxTree/HomeExecutor.hpp
index d47bfb3188b..63f9047aae7 100644
--- a/TAO/CIAO/CCF/CCF/CIDL/SyntaxTree/HomeExecutor.hpp
+++ b/TAO/CIAO/CCF/CCF/CIDL/SyntaxTree/HomeExecutor.hpp
@@ -30,7 +30,8 @@ namespace CCF
ScopedName implements,
SimpleName manages)
: Declaration (name, scope),
- implements_ (table (), implements),
+ Scope (name, scope),
+ implements_ (scope->table (), implements),
manages_ (manages)
{
type_info (static_type_info ());