summaryrefslogtreecommitdiff
path: root/TAO/tao/String_TypeCode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/String_TypeCode.cpp')
-rw-r--r--TAO/tao/String_TypeCode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/String_TypeCode.cpp b/TAO/tao/String_TypeCode.cpp
index 06fb35c4fa3..c74a102d463 100644
--- a/TAO/tao/String_TypeCode.cpp
+++ b/TAO/tao/String_TypeCode.cpp
@@ -27,14 +27,14 @@ template <class RefCountPolicy>
void
TAO::TypeCode::String<RefCountPolicy>::tao_duplicate (void)
{
- this->RefCountPolicy::add_ref (void);
+ this->RefCountPolicy::add_ref ();
}
template <class RefCountPolicy>
void
TAO::TypeCode::String<RefCountPolicy>::tao_release (void)
{
- this->RefCountPolicy::remove_ref (void);
+ this->RefCountPolicy::remove_ref ();
}
template <class RefCountPolicy>