summaryrefslogtreecommitdiff
path: root/MLKReaderError.h
diff options
context:
space:
mode:
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