From 2737ac00c38513d976fda08104a5014221b0c99c Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 21 May 2013 22:53:10 +0000 Subject: - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enable some more --- Source/SPPDFExporter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPPDFExporter.m') diff --git a/Source/SPPDFExporter.m b/Source/SPPDFExporter.m index 61cdc6bd..cb54babb 100644 --- a/Source/SPPDFExporter.m +++ b/Source/SPPDFExporter.m @@ -44,7 +44,7 @@ * * @return The initialised instance */ -- (id)initWithDelegate:(NSObject *)exportDelegate +- (id)initWithDelegate:(NSObject *)exportDelegate { if ((self = [super init])) { SPExportDelegateConformsToProtocol(exportDelegate, @protocol(SPPDFExporterProtocol)); -- cgit v1.2.3