mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@719 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
98fc044011
commit
9c859bae5e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ namespace detail
|
||||||
(*it)->remove( this );
|
(*it)->remove( this );
|
||||||
}
|
}
|
||||||
|
|
||||||
void add( boost::shared_ptr< sequence_impl > s )
|
void add( const boost::shared_ptr< sequence_impl >& s )
|
||||||
{
|
{
|
||||||
s->add( this );
|
s->add( this );
|
||||||
sequences_.push_back( s );
|
sequences_.push_back( s );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue