git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@713 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-02-16 15:55:06 +00:00
parent f7d5933162
commit c3c07b81a2

View file

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