We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac3874 commit 91640bfCopy full SHA for 91640bf
LinkedList.h
@@ -44,7 +44,7 @@ class LinkedList{
44
public:
45
LinkedList();
46
LinkedList(int sizeIndex, T _t); //initiate list size and default value
47
- ~LinkedList();
+ virtual ~LinkedList();
48
49
/*
50
Returns current size of LinkedList
0 commit comments