aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/pyext.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-07-20 08:11:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-07-20 08:11:18 +0000
commit9ac7977b87ef9b5bd1c6036b91dcce5a5e1c4ea1 (patch)
treeb764c096d11a177c344c3726e94526abb58805eb /externals/grill/py/source/pyext.cpp
parent9ae1dd455b7c2eb695aff6663d32608c32ceea92 (diff)
corrected Python object propagation (attribute "py") and adjusted help files
better exception handling and error message much better detach method handling (one thread for all object instances) better definition of output values (atoms, lists, anythings) svn path=/trunk/; revision=3364
Diffstat (limited to 'externals/grill/py/source/pyext.cpp')
-rw-r--r--externals/grill/py/source/pyext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/source/pyext.cpp b/externals/grill/py/source/pyext.cpp
index 4252e64a..48f4849f 100644
--- a/externals/grill/py/source/pyext.cpp
+++ b/externals/grill/py/source/pyext.cpp
@@ -41,7 +41,7 @@ void pyext::Setup(t_classid c)
FLEXT_CADDMETHOD_(c,0,"get",m_get);
FLEXT_CADDMETHOD_(c,0,"set",m_set);
- FLEXT_CADDATTR_VAR1(c,"py",xlate);
+ FLEXT_CADDATTR_VAR1(c,"py",pymsg);
FLEXT_CADDATTR_VAR1(c,"respond",respond);
// ----------------------------------------------------