mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean-up
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@28 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
64ef3b48dc
commit
259c070288
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ namespace mock
|
||||||
std::mem_fun( &verifiable::reset ) );
|
std::mem_fun( &verifiable::reset ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
friend std::ostream& operator<<( std::ostream& s, node& n )
|
friend std::ostream& operator<<( std::ostream& s, const node& n )
|
||||||
{
|
{
|
||||||
if( n.parent_ )
|
if( n.parent_ )
|
||||||
s << *n.parent_;
|
s << *n.parent_;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue