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@713 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
f7d5933162
commit
c3c07b81a2
1 changed files with 1 additions and 2 deletions
|
|
@ -92,8 +92,7 @@ namespace detail
|
||||||
{
|
{
|
||||||
if( ! impl_->context_ )
|
if( ! impl_->context_ )
|
||||||
c.add( *impl_ );
|
c.add( *impl_ );
|
||||||
c.add( impl_.get(), *impl_, instance,
|
c.add( impl_.get(), *impl_, instance, boost::none, "" );
|
||||||
boost::optional< type_name >(), "" );
|
|
||||||
impl_->context_ = &c;
|
impl_->context_ = &c;
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue