Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmdb/FMResultSet.m')
-rw-r--r--src/fmdb/FMResultSet.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmdb/FMResultSet.m b/src/fmdb/FMResultSet.m
index 13f226f..4cb6525 100644
--- a/src/fmdb/FMResultSet.m
+++ b/src/fmdb/FMResultSet.m
@@ -160,7 +160,7 @@
return [self nextWithError:nil];
}
-- (BOOL)nextWithError:(NSError **)outErr {
+- (BOOL)nextWithError:(NSError * _Nullable __autoreleasing *)outErr {
int rc = sqlite3_step([_statement statement]);