1
0

Fixed a memory leak in CompositeChat.

This commit is contained in:
madmaxoft 2014-02-17 10:15:18 +01:00
parent ea55a22a71
commit a4ff63f223

View File

@ -48,6 +48,9 @@ public:
AString m_Style; AString m_Style;
cBasePart(ePartType a_PartType, const AString & a_Text, const AString & a_Style = ""); cBasePart(ePartType a_PartType, const AString & a_Text, const AString & a_Style = "");
// Force a virtual destructor in descendants
virtual ~cBasePart() {}
} ; } ;
class cTextPart : class cTextPart :