diff --git a/SoObjects/Contacts/NGVCard+SOGo.h b/SoObjects/Contacts/NGVCard+SOGo.h index 6cfa13384..62a8d8a43 100644 --- a/SoObjects/Contacts/NGVCard+SOGo.h +++ b/SoObjects/Contacts/NGVCard+SOGo.h @@ -56,7 +56,7 @@ - (void) setNotes: (NSArray *) newNotes; - (NSArray *) notes; -- (void) setTitles; +- (void) setTitles: (NSArray *) newTitles; - (NSArray *) titles; @end