summaryrefslogtreecommitdiff
path: root/MLKError.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-19 20:15:06 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-19 20:15:06 +0200
commitbc49c6720e20a64dc8708e96df89b616c90e4ddf (patch)
tree843f6bcabd3275fef35dd629fdda8a91ef0bec8f /MLKError.m
parent8337945090fe3fd0e142fda4dd98bb3fca23fbf5 (diff)
Fix the reader's token recognition code.
Diffstat (limited to 'MLKError.m')
-rw-r--r--MLKError.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLKError.m b/MLKError.m
index eeb59b1..3aad324 100644
--- a/MLKError.m
+++ b/MLKError.m
@@ -32,6 +32,11 @@
return AUTORELEASE ([[MLKError alloc] initWithMessage:aString]);
}
+-(NSString *) reason
+{
+ return message;
+}
+
-(void) dealloc
{
RELEASE (message);