summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:41:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:41:05 +0000
commitf8f8bd276e46bdb451392edc637df8683b6f24c6 (patch)
treeb44b413daab6b6c4255ff857adc2b4a473e67b77
parentf37dfa6524d64a4bc84d309656b9e953cc632037 (diff)
downloadATCD-f8f8bd276e46bdb451392edc637df8683b6f24c6.tar.gz
-rw-r--r--CIAO/CIDLC/ServantSourceGenerator.cpp2
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)
{
}