Fixed #1989 (clang bug with function definition within method)

This commit is contained in:
Ludovic Marcotte
2012-09-24 13:16:14 -04:00
parent c1fba4805e
commit a6b07cd158
3 changed files with 24 additions and 16 deletions
@@ -1,8 +1,9 @@
/* SOGoWebAppointmentFolder.h - this file is part of SOGo
*
* Copyright (C) 2009 Inverse inc.
* Copyright (C) 2009-2012 Inverse inc.
*
* Author: Cyril Robert <crobert@inverse.ca>
* Ludovic Marcotte <lmarcotte@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -26,6 +27,10 @@
#import "SOGoAppointmentFolder.h"
@interface SOGoWebAppointmentFolder : SOGoAppointmentFolder
{
@public
NSMutableData *buffer;
}
- (void) setUsername: (NSString *) username
andPassword: (NSString *) password;