summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable.i')
-rw-r--r--TAO/tao/Pluggable.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Pluggable.i b/TAO/tao/Pluggable.i
index 40d39d78c45..a4cbf97a151 100644
--- a/TAO/tao/Pluggable.i
+++ b/TAO/tao/Pluggable.i
@@ -4,7 +4,8 @@
ACE_INLINE
TAO_Profile::TAO_Profile (CORBA::ULong tag)
: tag_ (tag),
- forward_to_ (0)
+ forward_to_ (0),
+ refcount_ (1)
{
}