fix linkedlistiterator
This commit is contained in:
@ -13,7 +13,7 @@ class ListIterator {
|
||||
public:
|
||||
using Type = T;
|
||||
|
||||
private:
|
||||
protected:
|
||||
Type* ptr;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user