2
0
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:
Ralf W. Grosse-Kunstleve
2002-06-07 17:14:13 +00:00
parent 59ea6b120c
commit 89930f34d7

View File

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