mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Make object virtual
This commit is contained in:
parent
5c0f290125
commit
4b6ff43c41
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ namespace detail
|
|||
: impl_( boost::make_shared< detail::object_impl >() )
|
||||
{}
|
||||
protected:
|
||||
~object()
|
||||
virtual ~object()
|
||||
{}
|
||||
public:
|
||||
boost::shared_ptr< detail::object_impl > impl_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue