summaryrefslogtreecommitdiff
path: root/src/cli/runtime/AFn.cs
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2006-05-31 17:08:06 +0000
committerRich Hickey <richhickey@gmail.com>2006-05-31 17:08:06 +0000
commitaaf41d731cc4baa7693cae8d09814a00cd0e6255 (patch)
tree421312d2c0bae0e43432535b2d0f1cda2b5b1e39 /src/cli/runtime/AFn.cs
parent57162d9fc2d5f78518b20aa49d4843d9de2c1b3e (diff)
renamed AMap to Obj
Diffstat (limited to 'src/cli/runtime/AFn.cs')
-rw-r--r--src/cli/runtime/AFn.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/AFn.cs b/src/cli/runtime/AFn.cs
index 193f4387..ceaec67d 100644
--- a/src/cli/runtime/AFn.cs
+++ b/src/cli/runtime/AFn.cs
@@ -15,7 +15,7 @@ using System;
namespace org.clojure.runtime
{
-public class AFn : AMap , IFn
+public class AFn : Obj , IFn
{
virtual public Object invoke(ThreadLocalData tld) /*throws Exception*/