aboutsummaryrefslogtreecommitdiff
path: root/pdlib.tcl
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-01 21:02:11 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-01 21:02:11 +0000
commitf8444e7394237833706a89daf140b69376ee6095 (patch)
tree19cdbf9acd35c4a388012e7c71258b91d3ed8823 /pdlib.tcl
parent2f5abe3d9fdc42d3b2f2d50c1d7621487348ac10 (diff)
pass inlet number around instead of binding it to the selector - this time for real
svn path=/trunk/externals/tclpd/; revision=12173
Diffstat (limited to 'pdlib.tcl')
-rw-r--r--pdlib.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdlib.tcl b/pdlib.tcl
index 0a22957..c20f822 100644
--- a/pdlib.tcl
+++ b/pdlib.tcl
@@ -110,7 +110,7 @@ namespace eval ::pd {
# class level dispatcher (sort of class constructor)
proc ::$classname {self args} "
if \$::verbose {::pd::post \[info level 0\]}
- ::pd::call_classmethod $classname \$self 0 constructor {*}\$args
+ ::${classname}_constructor \$self {*}\$args
# object dispatcher
proc ::\$self {inlet selector args} \"
if \\\$::verbose {::pd::post \\\[info level 0\\\]}