diff options
Diffstat (limited to 'Source/SPSQLParser.h')
-rw-r--r-- | Source/SPSQLParser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPSQLParser.h b/Source/SPSQLParser.h index 317e3e16..623c272a 100644 --- a/Source/SPSQLParser.h +++ b/Source/SPSQLParser.h @@ -251,4 +251,5 @@ typedef enum _SPCommentTypes { - (void) setString:(NSString *)string; - (void) replaceCharactersInRange:(NSRange)range withString:(NSString *)string; - (void) dealloc; -@end
\ No newline at end of file + +@end |