2
0
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:
Dave Abrahams
2003-08-16 13:56:52 +00:00
parent da5979931c
commit 7f3aceafd2

View File

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