remove the underscore
This commit is contained in:
@@ -50,7 +50,7 @@ class list_iterator {
|
|||||||
return (this->ptr != other.ptr);
|
return (this->ptr != other.ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
// the dslist class needs access to the private ptr_ member variable
|
// the dslist class needs access to the private ptr member variable
|
||||||
friend class dslist<T>;
|
friend class dslist<T>;
|
||||||
private:
|
private:
|
||||||
Node<T>* ptr;
|
Node<T>* ptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user