From dfd868ecf9e37a5e6954a073c3ba43a970f7ca54 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Mon, 5 Mar 2001 01:30:36 +0000 Subject: Projet quasi fini... --- include/PLList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/PLList.h') diff --git a/include/PLList.h b/include/PLList.h index 6e9af25..c722900 100644 --- a/include/PLList.h +++ b/include/PLList.h @@ -10,7 +10,7 @@ class PLList:public PriorityList { private: public: PLList(void); - ~PLList(void); + virtual ~PLList(void); virtual Key_t ReadKey(Cell C); virtual Datas_t ReadDatas(Cell C); -- cgit v1.2.3