diff options
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 e1190fb..63d73fa 100644 --- a/include/PCommon.h +++ b/include/PCommon.h @@ -28,7 +28,7 @@ class PriorityList { public: PriorityList(void); - virtual ~PriorityList(void); + virtual ~ PriorityList(void); virtual Key_t ReadKey(Cell C); virtual Datas_t ReadDatas(Cell C); |