summaryrefslogtreecommitdiff
path: root/include/SList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SList.h')
-rw-r--r--include/SList.h3
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);
};