summaryrefslogtreecommitdiff
path: root/include/PLList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/PLList.h')
-rw-r--r--include/PLList.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/PLList.h b/include/PLList.h
index f729ffe..1b00f33 100644
--- a/include/PLList.h
+++ b/include/PLList.h
@@ -5,8 +5,7 @@
#include <SList.h>
#ifdef __cplusplus
-class PLList:public PriorityList {
- private:
+class PLList:public PriorityList { private:
SList Head;
public: