diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 13:41:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 13:41:05 +0000 |
commit | 58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (patch) | |
tree | b44b413daab6b6c4255ff857adc2b4a473e67b77 | |
parent | 7e6ab77bed334c888a71beb702330e9328abf7e6 (diff) | |
download | ATCD-58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf.tar.gz |
-rw-r--r-- | CIAO/CIDLC/ServantSourceGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/CIDLC/ServantSourceGenerator.cpp b/CIAO/CIDLC/ServantSourceGenerator.cpp index 5ebe807f8b5..f7f92417c83 100644 --- a/CIAO/CIDLC/ServantSourceGenerator.cpp +++ b/CIAO/CIDLC/ServantSourceGenerator.cpp @@ -174,7 +174,7 @@ namespace OperationEmitter (Context& c, T& scope) : EmitterBase (c), - scope_ (scope), + scope_ (scope) { } |