diff options
Diffstat (limited to 'include/SList.h')
-rw-r--r-- | include/SList.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/SList.h b/include/SList.h index 845d83a..4407b2b 100644 --- a/include/SList.h +++ b/include/SList.h @@ -6,7 +6,8 @@ #ifdef __cplusplus -class SList:public CList { public: +class SList:public CList { + public: virtual Cell Insert(Key_t IKey, Datas_t const &IDatas); }; |