From df4fc5a5bf7bc65b610a497091f47e5ccc600874 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 9 Sep 2004 04:06:33 +0000 Subject: "" svn path=/trunk/; revision=2020 --- externals/grill/py/source/pyext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/py/source/pyext.h') diff --git a/externals/grill/py/source/pyext.h b/externals/grill/py/source/pyext.h index c073fa74..4b3e1b17 100644 --- a/externals/grill/py/source/pyext.h +++ b/externals/grill/py/source/pyext.h @@ -65,6 +65,8 @@ private: static V Setup(t_classid); static pyext *GetThis(PyObject *self); + void SetThis(); + V ClearBinding(); BL MakeInstance(); BL DoInit(); -- cgit v1.2.1