summaryrefslogtreecommitdiff
path: root/ace/Service_Gestalt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Gestalt.cpp')
-rw-r--r--ace/Service_Gestalt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Gestalt.cpp b/ace/Service_Gestalt.cpp
index 1faae3f607a..53427c4ff7e 100644
--- a/ace/Service_Gestalt.cpp
+++ b/ace/Service_Gestalt.cpp
@@ -539,8 +539,8 @@ ACE_Service_Gestalt::initialize (const ACE_Service_Type_Factory *stf,
#endif
ACE_Service_Type *srp = 0;
- int retv = this->repo_->find (stf->name (),
- (const ACE_Service_Type **) &srp);
+ int const retv = this->repo_->find (stf->name (),
+ (const ACE_Service_Type **) &srp);
// If there is an active service already, it must first be removed,
// before it could be re-installed.