summaryrefslogtreecommitdiffstats
path: root/macosx/HBCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r--macosx/HBCore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h
index 03d05ba9e..083ac5d51 100644
--- a/macosx/HBCore.h
+++ b/macosx/HBCore.h
@@ -84,7 +84,7 @@ typedef void (^HBCoreCompletionHandler)(BOOL success);
*
* @return YES is the file at URL is scannable.
*/
-- (BOOL)canScan:(NSURL *)url error:(NSError **)error;
+- (BOOL)canScan:(NSURL *)url error:(NSError * __autoreleasing *)error;
/**
* Initiates an asynchronous scan operation and returns immediately.