1

fix linkedlistiterator

This commit is contained in:
2022-07-17 21:41:23 +02:00
parent 60b02a078b
commit 0a7032c992
2 changed files with 14 additions and 12 deletions

View File

@ -13,7 +13,7 @@ class ListIterator {
public:
using Type = T;
private:
protected:
Type* ptr;
public: