From f1558e3a9297c6a4fefa9d399a7c9d067d859aa3 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 11 Jan 2005 04:59:27 +0000 Subject: added symbol type fixed incorrect unbinding of instance methods fixes for symbol type little restructuring svn path=/trunk/; revision=2489 --- 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 45ba866d..f94b2f19 100644 --- a/externals/grill/py/source/pyext.h +++ b/externals/grill/py/source/pyext.h @@ -70,6 +70,8 @@ private: void ClearBinding(); bool MakeInstance(); bool DoInit(); + void DoExit(); + void InitInOut(int &inlets,int &outlets); AtomList args; -- cgit v1.2.1