Bug 1159579: Make IntervalSet destructor virtual r=mattwoodrow

This commit is contained in:
Jean-Yves Avenard 2015-05-07 21:04:29 +10:00
parent 482ca6ffce
commit e53336e678

View File

@ -195,7 +195,7 @@ public:
IntervalSet()
{
}
~IntervalSet()
virtual ~IntervalSet()
{
}