From 5cd4ba9e9cd3c64dffbbef3b154511eee704ceb0 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 3 Feb 2008 00:18:51 +0100 Subject: Use Objective-C metaclasses as CLOS metaclasses. darcs-hash:dd0a1476e5412105a56b7c7de18f7d14f7af2696 --- Lisp/data-types.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lisp/data-types.lisp') diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp index 6c696f4..0b5865d 100644 --- a/Lisp/data-types.lisp +++ b/Lisp/data-types.lisp @@ -93,7 +93,7 @@ a suitable class method instead as you would in Objective-C. ()) -(defclass objective-c-meta-class (standard-class c-pointer-wrapper) +(defclass objective-c-meta-class (objective-c-class) ()) -- cgit v1.2.3