summaryrefslogtreecommitdiff
path: root/ACEXML/compass/ServerActivator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/ServerActivator.cpp')
-rw-r--r--ACEXML/compass/ServerActivator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACEXML/compass/ServerActivator.cpp b/ACEXML/compass/ServerActivator.cpp
index 7155dfde574..3f0faf1ab2c 100644
--- a/ACEXML/compass/ServerActivator.cpp
+++ b/ACEXML/compass/ServerActivator.cpp
@@ -25,7 +25,7 @@ ServerActivator::~ServerActivator()
}
ComponentServer*
-ServerActivator::create_component_server (const ConfigValues& config)
+ServerActivator::create_component_server (ConfigValues* config)
ACE_THROW_SPEC ((CreateFailure, InvalidConfiguration))
{
ComponentServer* cserver = 0;