diff options
-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) { } |