diff options
Diffstat (limited to 'test/Analysis/PR3991.m')
-rw-r--r-- | test/Analysis/PR3991.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/PR3991.m b/test/Analysis/PR3991.m index 20d4b5b960594..bbc1377b04155 100644 --- a/test/Analysis/PR3991.m +++ b/test/Analysis/PR3991.m @@ -43,6 +43,7 @@ typedef struct _NSZone NSZone; - (void)setCurrentPathComponentIndex:(unsigned int)aCurrentPathComponentIndex; - (NSURL *)folderFeedURL; @end @implementation IHGoogleDocsAdapter - (id)initWithUsername:(NSString *)inUsername password:(NSString *)inPassword owner:(NSObject <IHGoogleDocsAdapterDelegate> *)owner { + return 0; } //===----------------------------------------------------------------------===// |