git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@457 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-05-26 10:08:14 +00:00
parent b03e247f2d
commit fba8a4b9d1

View file

@ -158,8 +158,6 @@ namespace detail
public:
action()
: r_()
, f_()
{}
action( const action& rhs )
: r_( const_cast< action& >( rhs ).r_.release() )