From b23e41d46360404ab7bc19d31f6021a52ee9a08c Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 21 Oct 2003 02:38:31 +0000 Subject: "" svn path=/trunk/; revision=1121 --- externals/grill/py/source/clmeth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/py/source/clmeth.cpp') diff --git a/externals/grill/py/source/clmeth.cpp b/externals/grill/py/source/clmeth.cpp index f800aa7d..0c28563a 100644 --- a/externals/grill/py/source/clmeth.cpp +++ b/externals/grill/py/source/clmeth.cpp @@ -194,7 +194,7 @@ PyObject *pyext::pyext_detach(PyObject *,PyObject *args) } else { pyext *ext = GetThis(self); - ext->m_detach(val != 0); + ext->detach = val != 0; } Py_INCREF(Py_None); -- cgit v1.2.1