summaryrefslogtreecommitdiff
path: root/TAO/tao/Alias_TypeCode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Alias_TypeCode.cpp')
-rw-r--r--TAO/tao/Alias_TypeCode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Alias_TypeCode.cpp b/TAO/tao/Alias_TypeCode.cpp
index 0f7c76d4851..1c0d9aa9ed1 100644
--- a/TAO/tao/Alias_TypeCode.cpp
+++ b/TAO/tao/Alias_TypeCode.cpp
@@ -39,14 +39,14 @@ template <typename StringType, class RefCountPolicy>
void
TAO::TypeCode::Alias<StringType, RefCountPolicy>::tao_duplicate (void)
{
- this->RefCountPolicy::add_ref (void);
+ this->RefCountPolicy::add_ref ();
}
template <typename StringType, class RefCountPolicy>
void
TAO::TypeCode::Alias<StringType, RefCountPolicy>::tao_release (void)
{
- this->RefCountPolicy::remove_ref (void);
+ this->RefCountPolicy::remove_ref ();
}
template <typename StringType, class RefCountPolicy>