diff options
author | Pixel <> | 2001-03-05 01:31:31 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-05 01:31:31 +0000 |
commit | 04d8a10293bdb5407127dc7693da33e168fa4d5c (patch) | |
tree | 565999a7a82585f9f5b310e1706a4107b5bd7331 /include/CList.h | |
parent | dfd868ecf9e37a5e6954a073c3ba43a970f7ca54 (diff) |
Changement d'indentation
Diffstat (limited to 'include/CList.h')
-rw-r--r-- | include/CList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CList.h b/include/CList.h index 1bc7fe2..71f2f37 100644 --- a/include/CList.h +++ b/include/CList.h @@ -18,7 +18,7 @@ class CList { public: CList(void); - virtual ~CList(void); + virtual ~ CList(void); virtual Datas_t ReadDatas(Cell C); virtual Key_t ReadKey(Cell C); |