mirror of
https://github.com/boostorg/python.git
synced 2026-01-25 06:22:15 +00:00
Fix public/private error.
[SVN r19636]
This commit is contained in:
@@ -73,8 +73,9 @@ struct pointer_holder : instance_holder
|
||||
template <class Pointer, class Value>
|
||||
struct pointer_holder_back_reference : instance_holder
|
||||
{
|
||||
typedef typename python::pointee<Pointer>::type held_type;
|
||||
private:
|
||||
typedef typename python::pointee<Pointer>::type held_type;
|
||||
public:
|
||||
typedef Value value_type;
|
||||
|
||||
// Not sure about this one -- can it work? The source object
|
||||
|
||||
Reference in New Issue
Block a user