summaryrefslogtreecommitdiff
path: root/TAO/tao/Leader_Follower_Flushing_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Leader_Follower_Flushing_Strategy.cpp')
-rw-r--r--TAO/tao/Leader_Follower_Flushing_Strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Leader_Follower_Flushing_Strategy.cpp b/TAO/tao/Leader_Follower_Flushing_Strategy.cpp
index 220f01e1cc8..09fc4819ed8 100644
--- a/TAO/tao/Leader_Follower_Flushing_Strategy.cpp
+++ b/TAO/tao/Leader_Follower_Flushing_Strategy.cpp
@@ -59,7 +59,7 @@ TAO_Leader_Follower_Flushing_Strategy::flush_transport (
return -1;
}
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
return -1;
}