[DEBUG] missing virtual in the destructor

This commit is contained in:
Edouard DUPIN 2012-10-16 18:33:10 +02:00
parent cd39ae1512
commit 051624b12e

View File

@ -42,7 +42,7 @@ namespace ewol {
{ {
public: public:
FileChooser(void); FileChooser(void);
~FileChooser(void); virtual ~FileChooser(void);
/** /**
* @brief Get the current Object type of the EObject * @brief Get the current Object type of the EObject
* @note In Embended platforme, it is many time no -rtti flag, then it is not possible to use dynamic cast ==> this will replace it * @note In Embended platforme, it is many time no -rtti flag, then it is not possible to use dynamic cast ==> this will replace it