Typo.
This commit is contained in:
parent
62ea6ec80a
commit
abf65cb689
@ -17,7 +17,7 @@ public:
|
||||
};
|
||||
|
||||
std::vector<MyClass*> vect(3);
|
||||
for (auto&& el: vect) void* ptr = *it;
|
||||
for (auto&& el: vect) void* ptr = el;
|
||||
|
||||
.q
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user