mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 21:35:34 +00:00
handle missing virtual destructors
clang translation: destructinplace needs to know what to erase.
This commit is contained in:
parent
3fbd3119a6
commit
a58f98167f
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ struct Move
|
|||
bool trigger[MaxTriggerKeys];
|
||||
|
||||
Move();
|
||||
|
||||
virtual ~Move() {};
|
||||
virtual void pack(BitStream *stream, const Move * move = NULL);
|
||||
virtual void unpack(BitStream *stream, const Move * move = NULL);
|
||||
virtual void clamp();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue