Skip to content

Commit 8c0fcd0

Browse files
committed
Fix typo
1 parent 34c4a71 commit 8c0fcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppcore/Container/TList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ inline TList<T, TAlloc>::Iterator::Iterator(Node *node) :
392392

393393
template <class T, class TAlloc>
394394
inline TList<T, TAlloc>::Iterator::Iterator(const Iterator &rhs) :
395-
mNode(rhs.m_pNode) {
395+
mNode(rhs.mNode) {
396396
// empty
397397
}
398398

0 commit comments

Comments
 (0)