aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-03-10 01:01:20 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-03-10 01:01:20 +0000
commit4e7353f45954a8a5d9aaa3dd40eed3f9f62c2062 (patch)
tree97f1276c5c2dd6cee63abd44cf619912ef558cbd /test
parent2a3de2593da93042ce4ea2725909a92967962b79 (diff)
small cleanups
svn path=/trunk/externals/clr/; revision=4676
Diffstat (limited to 'test')
-rw-r--r--test/test.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cs b/test/test.cs
index 0171275..beac897 100644
--- a/test/test.cs
+++ b/test/test.cs
@@ -95,6 +95,7 @@ public class test:
protected virtual void MyObject(int ix,object obj)
{
Post("OBJECT "+obj.ToString());
+ OutletEx(0,obj);
}
protected virtual void MyAnything(int ix,PureData.Symbol s,PureData.AtomList l)