summaryrefslogtreecommitdiff
path: root/Objective-C/NSObject-ObjectiveCLWrapperLink.h
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-02-14 21:42:48 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-02-14 21:42:48 +0100
commitb2c371b10aff7125ae5cbfd83ba643e77b1bfb87 (patch)
treec9b8f4ef33ca754e1a155429d64d19fd33c0231a /Objective-C/NSObject-ObjectiveCLWrapperLink.h
parentb3b8aeba34e58c0fd720018222d54e15ef2d5b9a (diff)
Objective-C layer: Track Lisp backing status by class instead of by instance.
darcs-hash:0094d958feb2fd5e1715f953f6a67249850f095c
Diffstat (limited to 'Objective-C/NSObject-ObjectiveCLWrapperLink.h')
-rw-r--r--Objective-C/NSObject-ObjectiveCLWrapperLink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Objective-C/NSObject-ObjectiveCLWrapperLink.h b/Objective-C/NSObject-ObjectiveCLWrapperLink.h
index 691c6fc..4c4cc4c 100644
--- a/Objective-C/NSObject-ObjectiveCLWrapperLink.h
+++ b/Objective-C/NSObject-ObjectiveCLWrapperLink.h
@@ -9,6 +9,6 @@ void
objcl_shutdown_instance_wrappers (void);
@interface NSObject (ObjectiveCLWrapperLink)
--(BOOL) __objcl_isBackedByLispInstance;
--(void) __objcl_setBackedByLispInstance: (BOOL)backed_p;
++(BOOL) __objcl_isBackedByLispClass;
++(void) __objcl_setBackedByLispClass: (BOOL)backed_p;
@end /* NSObject (ObjectiveCL) */