From 051624b12eef621f5d6b9746d5fe07dabd49e941 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 16 Oct 2012 18:33:10 +0200 Subject: [PATCH] [DEBUG] missing virtual in the destructor --- Sources/libewol/ewol/widget/meta/FileChooser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/libewol/ewol/widget/meta/FileChooser.h b/Sources/libewol/ewol/widget/meta/FileChooser.h index 9d4d965b..b3b97931 100644 --- a/Sources/libewol/ewol/widget/meta/FileChooser.h +++ b/Sources/libewol/ewol/widget/meta/FileChooser.h @@ -42,7 +42,7 @@ namespace ewol { { public: FileChooser(void); - ~FileChooser(void); + virtual ~FileChooser(void); /** * @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