summaryrefslogtreecommitdiff
path: root/bindings/objc/src/SwordBibleTextEntry.m
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/objc/src/SwordBibleTextEntry.m')
-rw-r--r--bindings/objc/src/SwordBibleTextEntry.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/objc/src/SwordBibleTextEntry.m b/bindings/objc/src/SwordBibleTextEntry.m
index 6be2c4e..115a33c 100644
--- a/bindings/objc/src/SwordBibleTextEntry.m
+++ b/bindings/objc/src/SwordBibleTextEntry.m
@@ -10,7 +10,7 @@
@implementation SwordBibleTextEntry
-@synthesize preverseHeading;
+@synthesize preVerseHeading;
+ (id)textEntryForKey:(NSString *)aKey andText:(NSString *)aText {
return [[[SwordBibleTextEntry alloc] initWithKey:aKey andText:aText] autorelease];
@@ -30,7 +30,7 @@
}
- (void)dealloc {
- [self setPreverseHeading:nil];
+ [self setPreVerseHeading:nil];
[super dealloc];
}