summaryrefslogtreecommitdiff
path: root/tao/MProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/MProfile.cpp')
-rw-r--r--tao/MProfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tao/MProfile.cpp b/tao/MProfile.cpp
index c4c763c7f6c..4480787b92c 100644
--- a/tao/MProfile.cpp
+++ b/tao/MProfile.cpp
@@ -25,7 +25,7 @@ TAO_MProfile::~TAO_MProfile (void)
{
if (this->policy_list_ != 0)
{
- CORBA::ULong const len = this->policy_list_->length ();
+ CORBA::ULong const len = this->policy_list_->size ();
for (CORBA::ULong i = 0; i < len; ++i)
{
try