summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/data-types.lisp')
-rw-r--r--Lisp/data-types.lisp2
1 files changed, 1 insertions, 1 deletions
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)
())