Made virtual base class destructor.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4496 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2011-07-12 15:21:39 +00:00
parent 4af10b9544
commit 25a1c95224
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public:
: ProtocolHolder(Udp),
m_party(0), m_partyMutex(mutex), m_transLocalPort(0), m_transRemotePort(0)
{}
inline ~YateSIPPartyHolder()
virtual ~YateSIPPartyHolder()
{ setParty(); }
// Retrieve a referrenced pointer to the held party
inline SIPParty* party() {