This commit was generated by cvs2svn to compensate for changes in r78460,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
fd067874e3
@ -106,11 +106,11 @@ struct node {
|
||||
virtual const char *type() = 0;
|
||||
};
|
||||
|
||||
inline node::node() : next(0)
|
||||
inline node::node() : next(0), last(0)
|
||||
{
|
||||
}
|
||||
|
||||
inline node::node(node *n) : next(n)
|
||||
inline node::node(node *n) : next(n), last(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user