mirror of
https://github.com/boostorg/python.git
synced 2026-01-25 18:32:24 +00:00
undo accidental commit
[SVN r14103]
This commit is contained in:
@@ -39,7 +39,6 @@ struct BOOST_PYTHON_DECL class_base : private noncopyable
|
||||
void add_property(char const* name, ref const& fget);
|
||||
void add_property(char const* name, ref const& fget, ref const& fset);
|
||||
void setattr(char const* name, ref const&);
|
||||
void enable_pickle_support();
|
||||
private:
|
||||
ref m_object;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user