summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/RTCP.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/RTCP.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTCP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTCP.h b/TAO/orbsvcs/orbsvcs/AV/RTCP.h
index 4f211b6750e..c9ed999f8a5 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTCP.h
+++ b/TAO/orbsvcs/orbsvcs/AV/RTCP.h
@@ -229,7 +229,7 @@ public:
virtual int destroy ();
void ssrc (ACE_UINT32 ssrc) {this->ssrc_ = ssrc; }
- ACE_UINT32 ssrc (void) { return this->ssrc_; }
+ ACE_UINT32 ssrc () { return this->ssrc_; }
void ts_offset (ACE_UINT32 ts_offset);