mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
add missing import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0ee3c76f8f
commit
575b18d918
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
* Source/NSSearchFieldCell.m:
|
||||
Remove c99-ism
|
||||
|
||||
* Source/NSSpeechSynthesizer.m:
|
||||
Add missing import
|
||||
|
||||
2011-03-25 German Arias <german@xelalug.org>
|
||||
|
||||
* Panels/Spanish.lproj/GSDataLinkPanel.gorm:
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
*/
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSDistantObject.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
|
|
Loading…
Reference in a new issue