Added a virtual destructor to sf::Transformable
This commit is contained in:
parent
78e1e8732b
commit
bc95d855b3
2 changed files with 12 additions and 0 deletions
|
@ -47,6 +47,12 @@ public :
|
|||
////////////////////////////////////////////////////////////
|
||||
Transformable();
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Virtual destructor
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
virtual ~Transformable();
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Set the position of the object
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue