Fixed Xcode 6.3 warnings

This commit is contained in:
Pierre-Olivier Latour
2015-04-13 12:54:41 -07:00
parent 047fdddb0e
commit 0f0a9840e4
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -602,6 +602,8 @@ static inline xmlNodePtr _XMLChildWithName(xmlNodePtr child, const xmlChar* name
@synthesize uploadDirectory=_uploadDirectory, allowedFileExtensions=_allowedExtensions, allowHiddenItems=_allowHidden;
@dynamic delegate;
- (instancetype)initWithUploadDirectory:(NSString*)path {
if ((self = [super init])) {
_uploadDirectory = [[path stringByStandardizingPath] copy];