Made cChunkStay's destructor virtual.
This commit is contained in:
parent
c969794511
commit
2559aa58f4
@ -36,7 +36,7 @@ class cChunkStay
|
||||
{
|
||||
public:
|
||||
cChunkStay(void);
|
||||
~cChunkStay();
|
||||
virtual ~cChunkStay();
|
||||
|
||||
void Clear(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user