fix segmentation fault by removing Node* in subclasses

This commit is contained in:
2021-01-02 16:35:03 +01:00
parent a2b836f592
commit c9352f0785
4 changed files with 3 additions and 7 deletions

View File

@@ -4,7 +4,6 @@
#include"Set.h"
class MultiSet:public Set {
Node* first;
public:
MultiSet();
bool add(int element);