summaryrefslogtreecommitdiff
path: root/MLKReaderError.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 20:34:32 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 20:34:32 +0200
commitef4ac7a8a6e7957e65ff729cce7e9905a8b369f5 (patch)
tree254903c8cb4c5e91cc605b4748a9dc6beb0aea29 /MLKReaderError.h
parent51e2909e615867293d949217073093404a2c1139 (diff)
MLKReaderError: Make compile.
Diffstat (limited to 'MLKReaderError.h')
-rw-r--r--MLKReaderError.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKReaderError.h b/MLKReaderError.h
index 7c48911..bca72fb 100644
--- a/MLKReaderError.h
+++ b/MLKReaderError.h
@@ -26,7 +26,7 @@
MLKStream *stream;
}
--(MLKReaderError *) initWithStream:(id)aStream;
+-(MLKReaderError *) initWithStream:(MLKStream *)aStream;
-(void) dealloc;
@end