1
0
Fork 0

Made cChunkStay's destructor virtual.

This commit is contained in:
madmaxoft 2014-02-11 11:46:06 +01:00
parent c969794511
commit 2559aa58f4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class cChunkStay
{
public:
cChunkStay(void);
~cChunkStay();
virtual ~cChunkStay();
void Clear(void);