git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@28 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2009-09-07 20:32:59 +00:00
parent 64ef3b48dc
commit 259c070288

View file

@ -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_;