Fixed warning in list code
svn-id: r39287
This commit is contained in:
parent
30856ddc4d
commit
073cc060e9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace ListInternal {
|
|||
Node(const T &x) : _data(x) {}
|
||||
};
|
||||
|
||||
template<typename T> class ConstIterator;
|
||||
template<typename T> struct ConstIterator;
|
||||
|
||||
template<typename T>
|
||||
struct Iterator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue