diff options
author | Pixel <> | 2001-03-05 01:30:36 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-05 01:30:36 +0000 |
commit | dfd868ecf9e37a5e6954a073c3ba43a970f7ca54 (patch) | |
tree | 3c85775253afaa6c43148a8da46fa8a7803de62e /include/PCommon.h | |
parent | f1eb23d8a489aa0353b68aba47c065e3206920ac (diff) |
Projet quasi fini...
Diffstat (limited to 'include/PCommon.h')
-rw-r--r-- | include/PCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/PCommon.h b/include/PCommon.h index 1d90a21..e1190fb 100644 --- a/include/PCommon.h +++ b/include/PCommon.h @@ -28,7 +28,7 @@ class PriorityList { public: PriorityList(void); - ~PriorityList(void); + virtual ~PriorityList(void); virtual Key_t ReadKey(Cell C); virtual Datas_t ReadDatas(Cell C); |