aboutsummaryrefslogtreecommitdiff
path: root/test/test.cs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.cs')
-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)